UNPKG

@itwin/core-backend

Version:
9 lines 299 B
import { IModelDb } from "../../IModelDb"; interface TileContentRequestProps { treeId: string; contentId: string; guid: string; } export declare function getTileProps(iModel: IModelDb): Promise<TileContentRequestProps | undefined>; export {}; //# sourceMappingURL=TileCache.test.d.ts.map