@qtsurfer/api-client
    Preparing search index...

    Type Alias LiveConnectionToken

    type LiveConnectionToken = {
        expiresAtMs: number;
        token: string;
    }
    Index
    expiresAtMs: number
    token: string

    Pass as the token field of the WebSocket connect command — see the "Live execution" guide.