UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

14 lines (13 loc) 328 B
export type ResistType = { collection: 'resist_type'; format: { resist_type_id: string; description: string; }; paths: 'resist_type_id' | 'description'; partialPaths: 'resist_type_id' | 'description'; conditions: { description?: string; resist_type_id?: string; }; };