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

    Variable PublisherPropertyIDsSourceSchemaConst

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