UNPKG

channelape-sdk

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