indexinterfacesInterface: DateRangeResultVersion: 1.xOn this pageInterface: DateRangeResult Result of a date range selection query. Example const range: DateRangeResult = { startDate: '2024-01-01', endDate: '2024-01-31' }; Properties endDate readonly endDate: string The end date string. startDate readonly startDate: string The start date string.