export class FeaturedGamesDTO {
  /**
   * The suggested interval to wait before requesting FeaturedGames again
   */
  clientRefreshInterval: number
}
