Typescript SDK Type Docs
    Preparing search index...

    Interface StringLabel

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "StringLabel"
    value: string

    Changed value.