export interface IIFoodPaymentMethodCard {
    description?: string;
    brand: string;
}
