UNPKG

@itwin/clash-detection-client

Version:

Clash Detection client for the iTwin platform

5 lines 295 B
import type { AccessTokenCallback } from "../base/interfaces/CommonInterfaces"; export declare class OperationUtils { static ensureAccessTokenProvided(accessToken: string | undefined, accessTokenCallback: AccessTokenCallback | undefined): void; } //# sourceMappingURL=OperationUtils.d.ts.map