UNPKG

ps2census

Version:

Client to connect to the PS2 Event Stream websocket.

14 lines (13 loc) 316 B
export type VehicleFaction = { collection: 'vehicle_faction'; format: { vehicle_id: string; faction_id: string; }; paths: 'vehicle_id' | 'faction_id'; partialPaths: 'vehicle_id' | 'faction_id'; conditions: { faction_id?: string; vehicle_id?: string; }; };