webcad-api/types/DatabaseServices/IdMaping.d.ts
2020-09-24 11:04:12 +08:00

3 lines
133 B
TypeScript

import { ObjectId } from "./ObjectId";
export declare type IdMaping = Map<ObjectId, ObjectId>;
//# sourceMappingURL=IdMaping.d.ts.map