interface Pagination { size?: number current?: number total?: number } interface BaseID { id?: string }