import { PaymentProvider } from "./payment-provider"; export interface CountryMobilePaymentOption { name: string, countryCode: string, currency: string, cellularPrefix: string, amount: string, paymentProviders: PaymentProvider[] }