UNPKG

open-critic-node

Version:
10 lines (9 loc) 210 B
/** * The object used to store information about the banner image for a game. */ export interface IBannerScreenshot { /** * The URL to the full resolution image for this game. */ fullRes: string; }