@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.
12 lines (11 loc) • 396 B
TypeScript
export declare class BackofficeLocalStorages {
static IMAGE_SIZE_SMALL: number;
/**
* Set the boost mode
* @param boost_mode
* @constructor
*/
static SetBoostMode(boost_mode: boolean): void;
static GetProductCachedTags($localstorage_base_path: string): string[] | null;
static SetProductCachedTags($localstorage_base_path: string, tags: string[]): void;
}