UNPKG
bcucotizaciones
Version:
latest (2.0.3)
2.0.3
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
An easy to use soap client for currency price consulting agains Uruguayan central bank (BCU)
bcucotizaciones
/
dist
/
interfaces
/
GetQuoteResponse.d.ts
6 lines
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
GetQuoteResponse
{
purchaseExchangeRate
:
number
;
sellingExchangeRate
:
number
;
isoCode
:
string
; }
//# sourceMappingURL=GetQuoteResponse.d.ts.map