interface DateTimeIntervalResource { /** * */ from?: string; /** * */ to?: string; } export default DateTimeIntervalResource;