webcad-api/types/DatabaseServices/IdMaping.d.ts

3 lines
125 B
TypeScript
Raw Normal View History

2020-09-24 11:04:12 +08:00
import { ObjectId } from "./ObjectId";
2023-05-08 10:53:13 +08:00
export type IdMaping = Map<ObjectId, ObjectId>;
2020-09-24 11:04:12 +08:00
//# sourceMappingURL=IdMaping.d.ts.map