chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / src / types / EmptyObject.ts
index 253e96456b8eafdbb7e9e15e51b35409cad47b68..41bdfc0bd6c6749273c765d904d8abe70ff06213 100644 (file)
@@ -1 +1 @@
-export type EmptyObject = Record<string, never>;
+export type EmptyObject = Record<string, never>