UNPKG

@hubspot/api-client

Version:

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

10 lines (9 loc) 672 B
import { RandomAccessCollectionResponseWithTotalHubDbTableRowV3 } from '../models/RandomAccessCollectionResponseWithTotalHubDbTableRowV3'; import { StreamingCollectionResponseWithTotalHubDbTableRowV3 } from '../models/StreamingCollectionResponseWithTotalHubDbTableRowV3'; export type UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3 = RandomAccessCollectionResponseWithTotalHubDbTableRowV3 | StreamingCollectionResponseWithTotalHubDbTableRowV3; export declare class UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class { static readonly discriminator: string | undefined; static readonly mapping: { [index: string]: string; } | undefined; }