@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Variable PublisherPropertyIDsSourceSchemaConst

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