/** * 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; }