UNPKG

@itwin/insights-client

Version:

Insights client for the iTwin platform

17 lines 653 B
/** @docs-package-description * The insights-client package provides a means of interfacing with services relating to insights which surround iModels. */ /** * @docs-group-description InsightsClient * Classes for communicating with the insights service. */ export * from "./carbon-calculation/index"; export * from "./reporting/index"; export * from "./common/Links"; export * from "./common/CarbonCalculation"; export * from "./common/OperationsBase"; export * from "./common/Common"; export * from "./grouping-and-mapping/index"; export * from "./common/Errors"; export * from "./named-groups/index"; //# sourceMappingURL=insights-client.d.ts.map