Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
interface Contact
import { type Contact } from "https://deno.land/x/netzo@v0.2.19/apis/hubspot/types.ts";

Properties

properties: { company: string; createdate: string; email: string; firstname: string; lastmodifieddate: string; lastname: string; phone: string; website: string; }