A field with a date set value.

interface DateSetField {
    type: "DateSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "DateSet"

The type of this field.

value: string[]