export interface IListResponse { total: number; totalPage: number; page: number; perPage: number; hasNextPage: boolean; hasPrevPage: boolean; }