@adcp/client API Reference - v3.11.2
    Preparing search index...

    Variable PublisherTagsSourceSchemaConst

    PublisherTagsSourceSchema: ZodObject<
        {
            selection_type: ZodLiteral<"publisher_tags">;
            publisher_domain: ZodString;
            tags: ZodArray<ZodString>;
        },
        $strip,
    > = ...