Result of a date range selection query.
const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' }; Copy
const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' };
Readonly
The end date string.
The start date string.
Result of a date range selection query.
Example