export interface IIFoodMerchantStatusReopenable {
    identifier: string;
    type: 'UNAVAILABILITY' | string;
    reopenable: boolean;
}
