Chartbreaker
    Preparing search index...

    Type Alias DateRange

    type DateRange = {
        from: DateString;
        id?: string;
        to: DateString;
    }
    Index

    Properties

    Properties

    id?: string

    Users can provide a date range id so that results can be easily looked up by this string for convenience. It is optional - if no id is provided, it will be missing in the result as well.