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

    Type Alias Client

    Client

    Identify a client through its named and connection ids

    type Client = {
        client_id: string;
        connection_id: string;
    }
    Index

    Properties

    client_id: string
    connection_id: string