A field with a time set value.

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

Properties

Properties

type: "TimeSet"
value: string[]