Type Alias WebSocketConnection

WebSocketConnection: Message<"virtufin.WebSocketConnection"> & {
    contentType: string;
    id: string;
    instanceId: string;
    status: string;
    topic: string;
    url: string;
}

Type declaration

  • contentType: string

    from field: string content_type = 6;

  • id: string

    from field: string id = 1;

  • instanceId: string

    from field: string instance_id = 5;

  • status: string

    from field: string status = 3;

  • topic: string

    from field: string topic = 4;

  • url: string

    from field: string url = 2;

from message virtufin.WebSocketConnection