interface TimeInterval { /** * Time in format hh:mm */ from?: string; /** * Time in format hh:mm */ to?: string; } export default TimeInterval;