A field with a time value.

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

Properties

Properties

type: "Time"
value: string