Type alias DashboardGridLayout

DashboardGridLayout: {
    dashboardGridComponents: DashboardGridComponent[];
    numberOfColumns: number;
    rowHeight: number;
}

Type declaration