import { THours } from '../types';
export interface IChoice {
    date: Date;
    hours: THours;
}
