@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Type Alias FeedStreamMessage

    FeedStreamMessage:
        | { type: "feed"; page: FeedResponse }
        | { type: "heartbeat"; heartbeat: FeedHeartbeat }
        | { type: "error"; error: FeedStreamErrorData }

    A typed message decoded from the SSE stream.

    Registry-supplied strings (event payloads, freshness, error.message) are untrusted input. Sanitize before logging them or injecting them into LLM prompts/instructions or other executable context.