APIResolverFn type

Function that resolves a URI to its API resource.

Signature:

type APIResolverFn = (uri: string, options?: {
    cache: boolean | number;
}) => Promise<{
    data: any;
    headers: any;
}>;
Get in touch

We'd love to learn more about your vision and how we can help.

PressPrivacyTermsSupportCopyright © 2024 Core3D, Inc. All Rights Reserved.