Interface LabelIcon

interface LabelIcon {
    animation?: string;
    name: string;
}

Properties

Properties

animation?: string
name: string