import { VisitingHour } from '../VisitingHour';
export interface HourMatchSetInterface {
    open: VisitingHour;
    close: VisitingHour;
}
