Skip to content

SudoSOS Back-end API / service/websocket/room-parser / ParsedRoom

Interface: ParsedRoom ​

Represents a parsed room name with its components.

Properties ​

entityId ​

ts
entityId: number;

entityType ​

ts
entityType: string;

eventType ​

ts
eventType: string;

isGlobal ​

ts
isGlobal: boolean;