export interface TableDataInterface { total: number; pageData: Array; systemSettings?: any; }