export interface IBSheetColsOptions { } export interface IBSheetOptions { Cfg?: any; Def?: any; Cols?: IBSheetColsOptions; }