A field with a string set value.

interface StringSetField {
    type: "StringSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "StringSet"

The type of this field.

value: string[]