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

Home > @vue-storefront/core > ApiClientMethod

ApiClientMethod type

Signature:

export declare type ApiClientMethod = (...args: any) => Promise<any>;