UNPKG

twisted

Version:
12 lines (11 loc) 318 B
import { FeaturedGameInfo } from '../featured-game-info.dto'; export declare class FeaturedGamesTFTDTO { /** * The list of featured games */ gameList: FeaturedGameInfo[]; /** * The suggested interval to wait before requesting FeaturedGames again */ clientRefreshInterval: number; }