@playlive/realtime-pipeline
    Preparing search index...

    Interface WebSocketMessage

    Minimal envelope every typed message inherits.

    interface WebSocketMessage {
        id: string;
        sourceType: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index
    id: string
    sourceType: string
    type: string