export interface IProvider { countryCode: string; id: number; maxAmount: number; minAmount: number; type: string; }