UNPKG
igdb-ts
Version:
latest (1.0.0)
1.0.0
Unofficial IGDB API TypeScript wrapper.
github.com/AaronWLChan/igdb-ts
AaronWLChan/igdb-ts
igdb-ts
/
src
/
types
/
utility
/
Image.ts
9 lines
(8 loc)
•
163 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
Image
{
alpha_channel
:
boolean
,
animated
:
boolean
,
height
:
number
,
image_id
:
string
,
url
:
string
,
width
:
string
}