Sanity App SDK
    Preparing search index...

    Interface DisconnectEvent

    interface DisconnectEvent {
        sessionId: string;
        timestamp: string;
        type: "disconnect";
        userId: string;
    }
    Index

    Properties

    sessionId: string
    timestamp: string
    type: "disconnect"
    userId: string