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
/
fluctuation.d.ts
15 lines
(14 loc)
•
303 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export
interface
IFluctuationParams
{
startDate
:
string
;
endDate
:
string
;
baseParam
:
string
;
symbols
:
string
; }
export
interface
IFluctuation
{
success
:
boolean
;
fluctuation
:
boolean
;
start_date
:
string
;
end_date
:
string
;
base
:
string
;
rates
: {}; }