UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

25 lines (20 loc) 522 B
export {}; declare global { namespace Amity { type QueryBlockedUser = { token?: Amity.Token; limit?: Amity.PageLimit['limit']; }; type BlockedUserPaged = { paging: Amity.Pagination['paging'] & { total: number }; }; type BlockedUsersLiveCollection = Amity.LiveCollectionParams<QueryBlockedUser>; type BlockedUserLiveCollectionCache = Amity.LiveCollectionCache< Amity.InternalUser['userId'], { page: Amity.Page; total: number; } >; } }