export interface IIFoodMerchantInterruption {
    id: string;
    description: string;
    start: Date | string;
    end: Date | string;
}
