Skip to content

DoCurious API Reference / types / DateRange

Interface: DateRange

Defined in: types/common.types.ts:86

An inclusive date range used for filtering queries.

Properties

end

end: string

Defined in: types/common.types.ts:90

ISO 8601 date string for the range end (inclusive)


start

start: string

Defined in: types/common.types.ts:88

ISO 8601 date string for the range start (inclusive)

DoCurious Platform Documentation