export interface DataTableParams { offset?: number; limit?: number; sortBy?: string; sortAsc?: boolean; }