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

    Variable PublisherPropertyIDsSourceSchemaConst

    PublisherPropertyIDsSourceSchema: ZodObject<
        {
            selection_type: ZodLiteral<"publisher_ids">;
            publisher_domain: ZodString;
            property_ids: ZodArray<ZodString>;
        },
        $strip,
    > = ...