@itwin/clash-detection-client
Version:
Clash Detection client for the iTwin platform
11 lines • 694 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
export * from "./imodel/IModelOperationParams";
export * from "./result/ResultOperationParams";
export * from "./suppressionRule/SuppressionRuleOperationParams";
export * from "./run/RunOperationParams";
export * from "./template/TemplateOperationParams";
export * from "./test/TestOperationParams";
//# sourceMappingURL=OperationParamExports.js.map