chore: switch coding style to JS standard
[e-mobility-charging-stations-simulator.git] / ui / web / src / types / JsonType.ts
index e9f181ce1304276455ea3a9127d2994572f1ecdf..3a2765f6120552337b53fd1499d9b2a2b35214b4 100644 (file)
@@ -1,3 +1,3 @@
-export type JsonType = JsonPrimitive | JsonType[] | JsonObject;
-export type JsonObject = { [key in string]?: JsonType };
-export type JsonPrimitive = string | number | boolean | Date | null;
+export type JsonType = JsonPrimitive | JsonType[] | JsonObject
+export type JsonObject = { [key in string]?: JsonType }
+export type JsonPrimitive = string | number | boolean | Date | null