UNPKG
steam-market
Version:
beta (3.0.0-beta.4)
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta.1
2.0.0
1.0.0
Steam market API client
github.com/vladislav-puzyrev/steam-market
vladislav-puzyrev/steam-market
steam-market
/
build
/
types
/
Description.d.ts
7 lines
(6 loc)
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
Description
{
type
?:
string
|
null
;
value
:
string
;
color
?:
string
|
null
;
label
?:
string
|
null
; }