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

    Interface BrandHierarchyBulkResolution

    Bulk ordered corporate brand hierarchy result keyed by the requested domain.

    Retained for SDK compatibility with older/self-hosted registry deployments.

    interface BrandHierarchyBulkResolution {
        results: Record<string, BrandHierarchyResolution | null>;
    }
    Index

    Properties

    Properties

    results: Record<string, BrandHierarchyResolution | null>