Interface DeputySessionStartedMessage

Broadcast whenever a session is started. This hides session-starting UI elements from other tabs to avoid session conflicts.

interface DeputySessionStartedMessage {
    caseId: number;
    type: "sessionStarted";
}

Properties

Properties

caseId: number
type: "sessionStarted"