Interface: DateRangeResult
Defined in: src/modules/date.ts:91
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:95
The end date string.
startDate​
readonlystartDate:string
Defined in: src/modules/date.ts:93
The start date string.