UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

14 lines (13 loc) 297 B
export type ItemToWeapon = { collection: 'item_to_weapon'; format: { item_id: string; weapon_id: string; }; paths: 'item_id' | 'weapon_id'; partialPaths: 'item_id' | 'weapon_id'; conditions: { item_id?: string; weapon_id?: string; }; };