@itwin/insights-client
Version:
Insights client for the iTwin platform
19 lines • 974 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/**
* Carbon Calculation
* - Carbon Calculation is a resource that assists with environmental impact calculations
* such as Life Cycle Assessments (LCA) or Embodied Carbon estimations (EPD).
*/
export * from "./clients/OCLCAJobsClient";
export * from "./clients/IOCLCAJobsClient";
export * from "./interfaces/OCLCAJobs";
export * from "./clients/EC3ConfigurationsClient";
export * from "./clients/EC3JobsClient";
export * from "./clients/IEC3ConfigurationsClient";
export * from "./clients/IEC3JobsClient";
export * from "./interfaces/EC3Configurations";
export * from "./interfaces/EC3Jobs";
//# sourceMappingURL=index.js.map