interface ExternalLabelDefinition {
    description?: string;
    externalId: string;
    name: string;
}

Hierarchy (view full)

Properties

description?: string

Description of the label.

externalId: string
name: string

Name of the label.