export interface MethodTypeType { id: number; /** * The name of payment type (alipay, ecopayz, boleto...) */ name: string; }