UNPKG

@itwin/core-frontend

Version:
13 lines 618 B
import type { FrontendStorage } from "@itwin/object-storage-core/lib/frontend"; import { IModelRpcProps } from "@itwin/core-common"; /** @beta */ export declare class TileStorage { readonly storage: FrontendStorage; constructor(storage: FrontendStorage); private _transferConfigs; private _pendingTransferConfigRequests; downloadTile(tokenProps: IModelRpcProps, iModelId: string, changesetId: string, treeId: string, contentId: string, guid?: string): Promise<Uint8Array | undefined>; private getTransferConfig; private sendTransferConfigRequest; } //# sourceMappingURL=TileStorage.d.ts.map