interface JqGridInterFaceOptions { colModel: Array; viewrecords?: boolean; rownumbers?: boolean; rownumWidth?: number; altRows?: boolean; caption?: string; hidegrid?: boolean; hiddengrid?: boolean; rowNum?: number; rowList?: Array; sortname?: string; sortorder?: string; multiSort?: boolean; forceFit?: boolean; grouping?: boolean; groupingView?: Object; shrinkToFit?: boolean; autowidth?: boolean; width?: number; colNames?: Array; deselectAfterSort?: boolean; height?: any; page?: number; pgbuttons?: boolean; pginput?: boolean; hidePagerBar?: boolean; url?: string; mtype?: string; datatype?: string; jsonReader?: Object; editurl?: string; loadonce?: boolean; } interface JqGridFunctionOptions { groupHeaders?: Array; showFiltertoolBar?: boolean; toolBarSettings?: Object; flozenColums?: boolean; } export { JqGridInterFaceOptions, JqGridFunctionOptions };