UNPKG

channelape-sdk

Version:
8 lines (7 loc) 166 B
export default interface PaginationResponse { lastKey?: string; lastPage: boolean; nextPageRef?: string; pageSize: number; totalItems?: number; }