UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

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