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