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

Home > @vue-storefront/core > PlatformApi

PlatformApi type

Signature:

export declare type PlatformApi = {
    [functionName: string]: (context: Context, ...args: any[]) => Promise<any>;
};

References: Context