@hubspot/api-client
Version:
NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files
12 lines • 741 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class = void 0;
class UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class {
}
exports.UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class = UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class;
UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class.discriminator = "type";
UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3Class.mapping = {
"RANDOM_ACCESS": "RandomAccessCollectionResponseWithTotalHubDbTableRowV3",
"STREAMING": "StreamingCollectionResponseWithTotalHubDbTableRowV3",
};
//# sourceMappingURL=UnifiedCollectionResponseWithTotalBaseHubDbTableRowV3.js.map