export interface Time { hour: string; minutes: string; control?: string; }