UNPKG

@selldone/sdk-storefront

Version:

A TypeScript SDK to connect to your shop and build a fully functional storefront and website by simply developing a frontend web application. All backend operations are seamlessly managed by the serverless Selldone solution.

7 lines (6 loc) 227 B
export declare class StorefrontDebugEvents { static WARNING_EVENT: string; static INFO_EVENT: string; static LogWarning(key: string, message: string): void; static LogInfo(key: string, message: string): void; }