UNPKG

bcucotizaciones

Version:

An easy to use soap client for currency price consulting agains Uruguayan central bank (BCU)

6 lines 172 B
export interface GetQuoteResponse { purchaseExchangeRate: number; sellingExchangeRate: number; isoCode: string; } //# sourceMappingURL=GetQuoteResponse.d.ts.map