UNPKG

@itwin/imodels-client-management

Version:

iModels API client wrapper for applications that manage iModels.

16 lines 1.02 kB
/*--------------------------------------------------------------------------------------------- * 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 "./briefcase/BriefcaseOperationParams"; export * from "./changeset/ChangesetOperationParams"; export * from "./changeset-extended-data/ChangesetExtendedDataOperationParams"; export * from "./changeset-group/ChangesetGroupOperationParams"; export * from "./named-version/NamedVersionOperationParams"; export * from "./checkpoint/CheckpointOperationParams"; export * from "./thumbnail/ThumbnailOperationParams"; export * from "./user/UserOperationParams"; export * from "./user-permission/UserPermissionOperationParams"; export * from "./operation/OperationParams"; //# sourceMappingURL=OperationParamExports.js.map