interface LocalizedLabel {
    type: "LocalizedLabel";
    value: LocalizedString;
}

Properties

Properties

type: "LocalizedLabel"

Changed value.