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

    Variable PublisherPropertySelectorSchemaConst

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