webcad-ue4-api/types/DatabaseServices/IdMaping.d.ts
2024-10-29 17:14:43 +08:00

3 lines
125 B
TypeScript

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