export interface ColumnDefs { headerName: string; field: string; flex?: number; width?: number; minWidth?: number; maxWidth?: number; cellRendererFramework?: any; suppressSizeToFit?: boolean; resizable?: boolean; cellStyle?: any; filter?: boolean | string; suppressToolPanel?: boolean; suppressMenu?: boolean; cellRenderer?: string | any; cellRendererParams?: any; sortable?: boolean; lockPosition?: boolean; menuTabs?: string[]; valueFormatter?: any; }