docs: add code comment
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceRecord.ts
index 1369377d7207db7b4484058aa9607f52fe7f50ae..997d01003e27e7699937b674ef0d32a6d83f0cec 100644 (file)
@@ -1,6 +1,8 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
 import { Collection, Entity, OneToMany, PrimaryKey, Property } from '@mikro-orm/core';
 
-import type { PerformanceData } from '../../internal';
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+import type { PerformanceData } from './PerformanceData';
 
 @Entity()
 export class PerformanceRecord {