Interface: DateRangeResult
Defined in: src/modules/date.ts:100
Result of a date range selection query.
Example
const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' };
Properties
endDate
readonlyendDate:string
Defined in: src/modules/date.ts:104
The end date string.
startDate
readonlystartDate:string
Defined in: src/modules/date.ts:102
The start date string.