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

    Type Alias ListPublishersResponse

    ListPublishersResponse: operations["listPublishers"]["responses"]["200"]["content"]["application/json"] & {
        sources: Record<string, unknown>;
    }

    Response from GET /api/registry/publishers (200)

    Type Declaration

    • sources: Record<string, unknown>

      Backward-compatible SDK field. Current registry responses may omit source summaries, so RegistryClient normalizes this to an empty object.