interface DashboardCreateInfo {
    arrangement?: Arrangement[];
    label: string;
    tags?: TagsObj[];
    visible?: boolean;
}

Hierarchy (view full)

Properties

arrangement?: Arrangement[]
label: string
tags?: TagsObj[]
visible?: boolean