interface StringLabel {
    type: "StringLabel";
    value: string;
}

Properties

Properties

type: "StringLabel"
value: string

Changed value.