UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

17 lines 1.02 kB
import { community11, communityUser11, user11 } from '~/utils/tests'; export { community11, communityUser11, user11 }; export declare const community21: Amity.Community; export declare const BASE_URL = "https://apix.sg.amity.co"; export declare const updatedCommunity11: Amity.Community; export declare const deletedCommunity11: Amity.Community; export declare const joinedCommunityUser11: Amity.RawMembership<'community'>; export declare const leftCommunityUser11: Amity.RawMembership<'community'>; export declare function buildCommunityPayload(communities: Amity.Community[], options?: { communityUsers?: Amity.RawMembership<'community'>[]; users?: any[]; paging?: Record<string, string | undefined>; }): any; export declare function buildMembershipPayload(communityUsers: Amity.RawMembership<'community'>[]): 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