fix: fix gap in schedule periods in composeChargingSchedules()
[e-mobility-charging-stations-simulator.git] / src / types / orm / entities / PerformanceData.ts
index ef847e743897abdadddbcb0b2c55c97a08c4ec20..444241ff0fb2aa34d005b3a11328c7385e26f815 100644 (file)
@@ -1,6 +1,8 @@
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
 import { Entity, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core';
 
-import type { PerformanceRecord } from '../../internal';
+// eslint-disable-next-line @typescript-eslint/no-unused-vars
+import type { PerformanceRecord } from './PerformanceRecord';
 
 @Entity()
 export class PerformanceData {