src/app/modules/dashboard/interfaces/datatable.ts
[key: string]: any
any
export interface IColDefination { [key: string]: any; } export interface IDataTableOptions { [key: string]: any; }