UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

14 lines (13 loc) 318 B
export type CharactersWorld = { collection: 'characters_world'; format: { character_id: string; world_id: string; }; paths: 'character_id' | 'world_id'; partialPaths: 'character_id' | 'world_id'; conditions: { character_id?: string; world_id?: string; }; };