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

Properties

properties: { amount: string; closedate: string; createdate: string; dealname: string; dealstage: string; hs_lastmodifieddate: string; hubspot_owner_id: string; pipeline: string; }