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

Properties

submittedAt: number
values: Array<{ name: string; value: string; }>
optional
pageUrl: string