A field with a time set value.

interface TimeSetField {
    type: "TimeSet";
    value: string[];
}

Hierarchy (View Summary)

Properties

Properties

type: "TimeSet"

The type of this field.

value: string[]