UNPKG
acx-io
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Typescript wrapper for ACX Exchange
github.com/sketchthat/acx
sketchthat/acx
acx-io
/
dist
/
interfaces
/
public
/
ticker.interface.d.ts
6 lines
(5 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Ticker
}
from
'./tickers.interface'
;
export
interface
SingleTicker
{
at
:
number
;
ticker
:
Ticker
; }