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

    Interface RefreshResponseMessage

    Minimal envelope every typed message inherits.

    interface RefreshResponseMessage {
        data: { refreshed: number };
        id: string;
        resolved: boolean;
        sourceType: string;
        type: "request:refresh";
    }

    Hierarchy (View Summary)

    Index
    data: { refreshed: number }
    id: string
    resolved: boolean
    sourceType: string
    type: "request:refresh"