A field with a string set value.

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

Properties

Properties

type: "StringSet"
value: string[]