@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable PublisherCollectionsSourceSchemaConst

    PublisherCollectionsSourceSchema: ZodObject<
        {
            selection_type: ZodLiteral<"publisher_collections">;
            publisher_domain: ZodString;
            collection_ids: ZodArray<ZodString>;
        },
        $loose,
    > = ...