/** * Brawlify API (not official) * Some queries of the Brawlify API. This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell nor Brawlify and Supercell or Brawlify are not responsible for it * * OpenAPI spec version: 1.0.1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ export interface GameMode { id: number; name: string; hash: string; scHash: string; disabled: boolean; color: string; version: number; title: string; tutorial: string; description: string; shortDescription: string; sort1: number; sort2: number; link: string; imageUrl: string; imageUrl2: string; }