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
/
Interface.d.ts
12 lines
(11 loc)
•
191 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
interface
Irates
{
rates
: {}; }
export
interface
IgetLastest
{
success
:
boolean
;
timestamp
:
number
;
base
:
string
;
date
:
string
;
rates
:
Irates
; }
export
{};