mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
import { GridsterItem } from 'angular-gridster2';
|
|
|
|
export class DashboardLayout {
|
|
version: number | undefined;
|
|
layout: Array<GridsterItem> | undefined;
|
|
}
|