Typescript SDK Type Docs
    Preparing search index...

    Interface StringField

    A field with a string value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "String"

    The type of this field.

    value: string

    A text value.