UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

16 lines (15 loc) 351 B
export type ItemType = { collection: 'item_type'; format: { item_type_id: string; name: string; code: string; }; paths: 'item_type_id' | 'name' | 'code'; partialPaths: 'item_type_id' | 'name' | 'code'; conditions: { code?: string; item_type_id?: string; name?: string; }; };