UNPKG

@hubspot/api-client

Version:

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

12 lines (11 loc) 873 B
import { LegalConsentOptionsExplicitConsentToProcess } from '../models/LegalConsentOptionsExplicitConsentToProcess'; import { LegalConsentOptionsImplicitConsentToProcess } from '../models/LegalConsentOptionsImplicitConsentToProcess'; import { LegalConsentOptionsLegitimateInterest } from '../models/LegalConsentOptionsLegitimateInterest'; import { LegalConsentOptionsNone } from '../models/LegalConsentOptionsNone'; export type HubSpotFormDefinitionCreateRequestAllOfLegalConsentOptions = LegalConsentOptionsExplicitConsentToProcess | LegalConsentOptionsImplicitConsentToProcess | LegalConsentOptionsLegitimateInterest | LegalConsentOptionsNone; export declare class HubSpotFormDefinitionCreateRequestAllOfLegalConsentOptionsClass { static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; }