UNPKG

igdb-ts

Version:

Unofficial IGDB API TypeScript wrapper.

9 lines (8 loc) 164 B
export interface Image { alpha_channel: boolean; animated: boolean; height: number; image_id: string; url: string; width: string; }