UNPKG

@itwin/clash-detection-client

Version:

Clash Detection client for the iTwin platform

7 lines 287 B
import type { AuthorizationParam } from "../../base/interfaces/CommonInterfaces"; /** Parameters for get Result operation. */ export interface ParamsToGetResult extends AuthorizationParam { /** Result id. */ resultId: string; } //# sourceMappingURL=ResultOperationParams.d.ts.map