Home > @vue-storefront/core > PlatformApi
PlatformApi type
Signature:
export declare type PlatformApi = {
[functionName: string]: (context: Context, ...args: any[]) => Promise<any>;
};
References: Context
Home > @vue-storefront/core > PlatformApi
Signature:
export declare type PlatformApi = {
[functionName: string]: (context: Context, ...args: any[]) => Promise<any>;
};
References: Context
On this page