UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

10 lines 639 B
export { category11, category12, category13, category21, category22, connectClient, disconnectClient, pause, } from '~/utils/tests'; export { enableCache } from '~/cache/api/enableCache'; export { disableCache } from '~/cache/api/disableCache'; export declare const BASE_URL = "https://apix.sg.amity.co"; export declare function buildCategoryPayload(categories: Amity.Category[], options?: { paging?: Record<string, string | undefined>; }): any; export declare const handlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[]; export declare const server: import("msw/node").SetupServerApi; //# sourceMappingURL=setup.d.ts.map