@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
12 lines • 472 B
TypeScript
/**
* Get Join Requests
*
* @param params the query parameters
* @param callback the callback to be called when the join request are updated
* @returns joinRequest[]
*
* @category joinRequestList Live Collection
*
*/
export declare const getJoinRequestList: (params: Amity.JoinRequestListLiveCollection, callback: Amity.LiveCollectionCallback<Amity.JoinRequest>, config?: Amity.LiveCollectionConfig) => () => void;
//# sourceMappingURL=getJoinRequestList.d.ts.map