UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

9 lines 505 B
export declare const queryFollows: { (key: 'followers' | 'following', query: { userId: Amity.InternalUser['userId']; status?: Exclude<Amity.FollowStatusType, 'none'>; page?: Amity.PageRaw; }): Promise<Amity.Cached<Amity.Paged<Amity.FollowStatus, Amity.PageRaw>>>; locally(key: Parameters<typeof queryFollows>[0], query: Parameters<typeof queryFollows>[1]): Amity.Cached<Amity.Paged<Amity.FollowStatus, Amity.PageRaw>> | undefined; }; //# sourceMappingURL=utils.d.ts.map