@adcp/client API Reference - v4.19.0
    Preparing search index...

    Variable PublisherTagsSourceSchemaConst

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