webcad-api/types/DatabaseServices/IdMaping.d.ts
2023-05-08 10:53:13 +08:00

3 lines
125 B
TypeScript

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