Interface DeputySessionReadyMessage

Broadcast whenever a session is ready for use. This means row status requests other listeners have been attached and are ready for use.

TODO: Currently unused. To be worked on later.

interface DeputySessionReadyMessage {
    caseId: number;
    type: "sessionReady";
}

Properties

Properties

caseId: number
type: "sessionReady"