@itwin/insights-client
Version:
Insights client for the iTwin platform
13 lines • 664 B
TypeScript
import type { ApisConfigValues, AuthConfigValues, BaseIntegrationTestsConfig, BehaviorOptions, TestUsersConfigValues } from "../utils/imodels-client-test-utils/BaseIntegrationTestsConfig";
export declare class IModelsClientsTestsConfig implements BaseIntegrationTestsConfig {
readonly testITwinName: string;
readonly testIModelName: string;
readonly auth: AuthConfigValues;
readonly apis: ApisConfigValues;
readonly testUsers: TestUsersConfigValues;
readonly behaviorOptions: BehaviorOptions;
constructor();
private validateAllValuesPresent;
private validateConfigValue;
}
//# sourceMappingURL=IModelsClientsTestsConfig.d.ts.map