Interface DeputySessionStopMessage

Asks the currently-active Deputy session to stop and close immediately.

interface DeputySessionStopMessage {
    type: "sessionStop";
}

Properties

Properties

type: "sessionStop"