Interface ThemeIcon

interface ThemeIcon {
    color?: ThemeColor;
    id: string;
}

Properties§

§readonly color?: ThemeColor
§readonly id: string