@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
12 lines (11 loc) • 861 B
TypeScript
import { LegalConsentOptionsExplicitConsentToProcess } from '../models/LegalConsentOptionsExplicitConsentToProcess';
import { LegalConsentOptionsImplicitConsentToProcess } from '../models/LegalConsentOptionsImplicitConsentToProcess';
import { LegalConsentOptionsLegitimateInterest } from '../models/LegalConsentOptionsLegitimateInterest';
import { LegalConsentOptionsNone } from '../models/LegalConsentOptionsNone';
export type HubSpotFormDefinitionPatchRequestLegalConsentOptions = LegalConsentOptionsExplicitConsentToProcess | LegalConsentOptionsImplicitConsentToProcess | LegalConsentOptionsLegitimateInterest | LegalConsentOptionsNone;
export declare class HubSpotFormDefinitionPatchRequestLegalConsentOptionsClass {
static readonly discriminator: string | undefined;
static readonly mapping: {
[index: string]: string;
} | undefined;
}