@itwin/insights-client
Version:
Insights client for the iTwin platform
8 lines • 511 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 "./interfaces/NamedGroups";
export * from "./interfaces/INamedGroupsClient";
export * from "./clients/NamedGroupsClient";
//# sourceMappingURL=index.js.map