import { HoursDayInterface } from './HoursDayInterface';
export interface RegularHoursInterface {
    [day: string]: HoursDayInterface;
}
