interface Group {
    color?: string;
    id: string;
    name: string;
}

Properties

Properties

color?: string
id: string
name: string