UNPKG

@hubspot/api-client

Version:

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

19 lines (18 loc) 579 B
import { SimplePublicObjectInputForCreate } from '../models/SimplePublicObjectInputForCreate'; export declare class BatchInputSimplePublicObjectInputForCreate { 'inputs': Array<SimplePublicObjectInputForCreate>; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }