@itwin/clash-detection-client
Version:
Clash Detection client for the iTwin platform
6 lines • 318 B
TypeScript
import type { OperationsBaseOptions } from "../base/OperationsBase";
import type { ClashDetectionApiUrlFormatter } from "./ClashDetectionApiUrlFormatter";
export interface OperationOptions extends OperationsBaseOptions {
urlFormatter: ClashDetectionApiUrlFormatter;
}
//# sourceMappingURL=OperationOptions.d.ts.map