Home > @vue-storefront/core > ApiClientFactoryParams
ApiClientFactoryParams interface
Signature:
export interface ApiClientFactoryParams<T, F = any>
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
api | F | ||
extensions? | ApiClientExtension[] | (Optional) | |
isProxy? | boolean | (Optional) | |
onCreate | (config: T, headers?: Record<string, string>) => { config: T; client: any; } |