UNPKG

@itwin/core-backend

Version:
7 lines 307 B
import { Id64String } from "@itwin/core-bentley"; import { BriefcaseDb } from "../../core-backend"; export declare function createNewModelAndCategory(rwIModel: BriefcaseDb, parent?: Id64String): Promise<{ modelId: string; spatialCategoryId: string; }>; //# sourceMappingURL=IModelWrite.test.d.ts.map