Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 269 Bytes

objecttype.md

File metadata and controls

17 lines (11 loc) · 269 Bytes

ObjectType

The type of the object for which to retrieve properties.

Example Usage

import { ObjectType } from "mcp-hubspot/models/operations";

let value: ObjectType = "contacts";

Values

"contacts" | "companies" | "deals"