export interface IDataTableParams { [index: string]: any; offset?: number; limit?: number; sortBy?: string; sortAsc?: boolean; }