@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
7 lines • 312 B
TypeScript
export declare const queryReachUser: ({ viewId, viewedType, limit, token, }: {
viewId: Amity.ViewedUsersLiveCollection['viewId'];
viewedType: Amity.ViewedUsersLiveCollection['viewedType'];
limit: number;
token?: string | undefined;
}) => Promise<any>;
//# sourceMappingURL=queryReachUser.d.ts.map