@itwin/insights-client
Version:
Insights client for the iTwin platform
7 lines • 372 B
TypeScript
import type { BaseIntegrationTestsConfig, BehaviorOptions } from "../../BaseIntegrationTestsConfig";
export declare class ReusableTestIModelProviderConfig {
testIModelName: string;
behaviorOptions: Pick<BehaviorOptions, "recreateReusableIModel">;
constructor(config: BaseIntegrationTestsConfig);
}
//# sourceMappingURL=ReusableTestIModelProviderConfig.d.ts.map