UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

14 lines (13 loc) 334 B
export type PlayerState = { collection: 'player_state'; format: { player_state_id: string; description: string; }; paths: 'player_state_id' | 'description'; partialPaths: 'player_state_id' | 'description'; conditions: { description?: string; player_state_id?: string; }; };