A field with a string value.

interface StringField {
    type: "String";
    value: string;
}

Properties

Properties

type: "String"
value: string