Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchUpdateDealsResponse

import 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.