UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

9 lines 531 B
import { PaginationController } from '~/core/liveCollection/PaginationController'; /** * TODO: handle cache receive cache option, and cache policy * TODO: check if querybyIds is supported */ export declare class SubChannelPaginationController extends PaginationController<'subChannel', Amity.SubChannelLiveCollection> { getRequest(queryParams: Amity.SubChannelLiveCollection, token: string | undefined): Promise<Amity.SubChannelPayload<any> & Amity.Pagination>; } //# sourceMappingURL=SubChannelPaginationController.d.ts.map