UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

21 lines 610 B
/** * ```js * import { createInvitations } from '@amityco/ts-sdk' * const created = await createInvitations({ * type: string, * targetType: string, * targetId: string, * userIds: string[] * })) * ``` * * Creates an {@link Amity.Invitation} * * @param bundle The data necessary to create a new {@link Amity.Invitation} * @returns The newly created {@link Amity.Invitation} * * @category Invitation API * @async */ export declare const createInvitations: (bundle: Amity.CreateInvitations) => Promise<Amity.Cached<Amity.InternalInvitation[]>>; //# sourceMappingURL=createInvitations.d.ts.map