export interface IIFoodMerchantStatusMessage {
    title: string;
    subtitle: string;
    description: string;
}
