import { IIFoodMerchantShifts } from "./i-ifood-merchant-shifts";
export interface IIFoodMerchantOpeningHours {
    shifts: IIFoodMerchantShifts[];
}
