UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

9 lines (8 loc) 316 B
import { HubSpotFormDefinition } from '../models/HubSpotFormDefinition'; export type FormDefinitionBase = HubSpotFormDefinition; export declare class FormDefinitionBaseClass { static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; }