hywrapper-ts / Exports / GamesResponse
Interface: GamesResponse
Hierarchy
↳ GamesResponse
Table of contents
Properties
Properties
cause
• Optional cause: string
Inherited from
Defined in
src/types.ts:92
games
• Optional games: Record\<string, Game>
Defined in
src/models/resources/GamesResponse.ts:5
lastUpdated
• Optional lastUpdated: number
Defined in
src/models/resources/GamesResponse.ts:4
rateLimit
• Optional rateLimit: RateLimit
Inherited from
Defined in
src/types.ts:93
success
• Optional success: boolean
Inherited from
Defined in
src/types.ts:91