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