BatchUpdateDealsResponseCopyimport type { BatchUpdateDealsResponse } from "https://googleapis.deno.dev/v1/authorizedbuyersmarketplace:v1.ts";Response message for batch updating deals. interface BatchUpdateDealsResponse {deals?: Deal[];}§Properties§deals?: Deal[][src]Deals updated.