export interface IPageableRequestProps { 'per-page'?: number; page?: number; sort?: string; order?: 'ASC' | 'DESC'; }