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