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

    Variable PublisherPropertySelectorSchemaConst

    PublisherPropertySelectorSchema: ZodUnion<
        readonly [
            ZodObject<
                { publisher_domain: ZodString; selection_type: ZodLiteral<"all"> },
                $strip,
            >,
            ZodObject<
                {
                    publisher_domain: ZodString;
                    selection_type: ZodLiteral<"by_id">;
                    property_ids: ZodTuple<[ZodString], ZodString>;
                },
                $strip,
            >,
            ZodObject<
                {
                    publisher_domain: ZodString;
                    selection_type: ZodLiteral<"by_tag">;
                    property_tags: ZodTuple<[ZodString], ZodString>;
                },
                $strip,
            >,
        ],
    > = ...