@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
34 lines • 752 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PublicTeam = void 0;
class PublicTeam {
static getAttributeTypeMap() {
return PublicTeam.attributeTypeMap;
}
constructor() {
}
}
exports.PublicTeam = PublicTeam;
PublicTeam.discriminator = undefined;
PublicTeam.mapping = undefined;
PublicTeam.attributeTypeMap = [
{
"name": "name",
"baseName": "name",
"type": "string",
"format": ""
},
{
"name": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "primary",
"baseName": "primary",
"type": "boolean",
"format": ""
}
];
//# sourceMappingURL=PublicTeam.js.map