repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe2891
)
Blank line cleanup
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 11 Feb 2022 16:03:47 +0000
(17:03 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 11 Feb 2022 16:03:47 +0000
(17:03 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/JsonType.ts
patch
|
blob
|
blame
|
history
diff --git
a/src/types/JsonType.ts
b/src/types/JsonType.ts
index 79670c9a5c894e4a63643a93d149cd0b625c1239..846eb7639597bd518cb2fb736674bd1e50b11848 100644
(file)
--- a/
src/types/JsonType.ts
+++ b/
src/types/JsonType.ts
@@
-5,4
+5,3
@@
type JsonValue = string | number | boolean | Date | JsonType | JsonArray;
export interface JsonType {
[key: string]: JsonValue;
}
-