export default interface PaginationList { /** * */ count: number; /** * */ hasMore: boolean; /** * */ list: Array; }