Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias LeaveSession

    LeaveSession

    Note 💡 Ensure the number-like property values are sent as strings when sent and are enclosed in quotes ""

    wss | https

    /leave_session

    type LeaveSession = {
        client_id: string;
        session_id: string;
    }
    Index

    Properties

    client_id: string
    session_id: string