jstodotxt
    Preparing search index...

    Interface DateRange

    interface DateRange {
        end?: Date;
        start?: Date;
    }
    Index
    end?: Date
    start?: Date