ps2census
Version:
Client to connect to the PS2 Event Stream websocket.
15 lines (14 loc) • 423 B
TypeScript
export type CharactersItem = {
collection: 'characters_item';
format: {
character_id: string;
item_id: string;
'account_level?': string;
'stack_count?': string;
};
paths: 'character_id' | 'item_id' | 'account_level?' | 'stack_count?';
partialPaths: 'character_id' | 'item_id' | 'account_level?' | 'stack_count?';
conditions: {
character_id: string;
};
};