Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface QueryAddDeal
import { type QueryAddDeal } from "https://deno.land/x/netzo@v0.2.19/apis/hubspot/types.ts";

Properties

optional
properties: { amount?: string; closedate?: string; dealname?: string; dealstage?: string; hubspot_owner_id?: string; pipeline?: string; }
optional
associations: Array<{ to?: { id?: string; }; types?: Array<{ associationCategory?: string; associationTypeId?: number; }>; }>