You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > CreateApiProxyFn

CreateApiProxyFn type

Signature:

export declare type CreateApiProxyFn = (givenConfig: any, customApi?: any) => ApiInstance;

References: ApiInstance