Typescript SDK Type Docs
    Preparing search index...

    Interface DateField

    A field with a date value.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "Date"

    The type of this field.

    value: string

    A date in the format YYYY-MM-DD.