A field with a date value.

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

Properties

Properties

type: "Date"
value: string