A field with a time value.

interface TimeField {
    type: "Time";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

type: "Time"

The type of this field.

value: string