UNPKG
fixer-wrapper
Version:
latest (1.1.4)
1.1.4
1.1.3
1.0.3
1.0.2
1.0.1
1.0.0
Fixer.io Unofficial wrapper for Javascript
fixer-wrapper
/
dist
/
interfaces
/
historical.d.ts
9 lines
(8 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
IHistorical
{
success
:
boolean
;
historical
:
boolean
;
date
:
string
;
timestamp
:
number
;
base
:
string
;
rates
: {}; }