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