export interface NgBusinessHoursDaySettings {
    open: boolean;
    from: string;
    to: string;
}
