UNPKG
shrimpy-node-temp
Version:
latest (0.0.2)
0.0.2
0.0.1
Client for the Shrimpy API
github.com/shrimpy-dev/shrimpy-node
shrimpy-dev/shrimpy-node
shrimpy-node-temp
/
lib
/
dtos
/
iticker-dto.ts
9 lines
(8 loc)
•
211 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
ITickerDto
{
name
:
string
;
symbol
:
string
;
priceUsd
:
string
|
null
;
priceBtc
:
string
|
null
;
percentChange24hUsd
:
string
|
null
;
lastUpdated
:
string
|
null
; }