diff --git a/types/global.d.ts b/types/global.d.ts index 779784b0..69208585 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -5,7 +5,7 @@ export interface IListLayout extends EngineAPI.IGenericListLayout { qId: string; }, layoutOptions?: { - dense: boolean, + dense: boolean; dataLayout?: 'grid' | 'singleColumn'; collapseMode?: 'auto' | 'always' | 'never'; maxVisibleColumns?: {