export type BackendPaginationParams = { offset: string; limit: string; };