interface Label {
    color: number;
    colorIndex: number;
    count: number;
    hexColor: string;
    id: string;
    name: string;
}

Properties

color: number
colorIndex: number
count: number
hexColor: string
id: string
name: string