ps2census
Version:
Client to connect to the PS2 Event Stream websocket.
16 lines (15 loc) • 460 B
TypeScript
export type CharactersEventGrouped = {
collection: 'characters_event_grouped';
format: {
table_type: string;
count: string;
character_id: string;
};
paths: 'table_type' | 'count' | 'character_id';
partialPaths: 'table_type' | 'count' | 'character_id';
conditions: {
character_id: string;
type?: 'DEATH' | 'KILL';
};
resolve: 'character' | 'character_name' | 'characters_stat_history';
};