Typescript SDK Type Docs
    Preparing search index...

    Interface DateSetField

    A field with a date set value.

    interface DateSetField {
        type: "DateSet";
        value: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "DateSet"

    The type of this field.

    value: string[]

    JSON array of date values in the format YYYY-MM-DD without duplicates. The order of items in the array is not fixed.