@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
11 lines • 548 B
TypeScript
import { PaginationController } from '~/core/liveCollection/PaginationController';
export declare class ArchivedChannelPaginationController extends PaginationController<'archivedChannel', Amity.ArchivedChannelLiveCollection> {
getRequest(queryParams: Amity.ArchivedChannelLiveCollection, token: string | undefined): Promise<{
archives: Amity.ArchivedChannel[];
paging: {
next: string | undefined;
previous: undefined;
};
}>;
}
//# sourceMappingURL=ArchivedChannelPaginationController.d.ts.map