UNPKG

@hubspot/api-client

Version:

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

10 lines (9 loc) 443 B
import { CompanyCallerId } from '../models/CompanyCallerId'; import { ContactCallerId } from '../models/ContactCallerId'; export type CompletedThirdPartyCallResponseCallerIdMatchesInner = CompanyCallerId | ContactCallerId; export declare class CompletedThirdPartyCallResponseCallerIdMatchesInnerClass { static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; }