A field with a date value.

interface DateField {
    type: "Date";
    value: string;
}

Hierarchy (View Summary)

Properties

Properties

type: "Date"

The type of this field.

value: string