UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

21 lines 1.12 kB
export { community11, communityUser11, user11, connectClient, disconnectClient, pause, } from '~/utils/tests'; export { enableCache } from '~/cache/api/enableCache'; export { disableCache } from '~/cache/api/disableCache'; export declare const community21: Amity.Community; export declare const BASE_URL = "https://apix.sg.amity.co"; export declare const joinRequest11: Amity.RawJoinRequest; export declare function buildCommunityPayload(communities: Amity.Community[], options?: { communityUsers?: Amity.RawMembership<'community'>[]; users?: any[]; paging?: Record<string, string | undefined>; }): any; export declare function buildSemanticSearchCommunityPayload(communities: Amity.Community[], options?: { communityUsers?: Amity.RawMembership<'community'>[]; users?: any[]; }): any; export declare function buildJoinRequestPayload(joinRequests: Amity.RawJoinRequest[], options?: { users?: any[]; }): 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