A potential alias of for a given label.

interface LabelAlias {
    Name?: string;
}

Properties

Properties

Name?: string

The name of an alias for a given label.