Add missing file in types directory
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Sep 2021 20:33:52 +0000 (22:33 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 19 Sep 2021 20:33:52 +0000 (22:33 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/EmptyObject.ts [new file with mode: 0644]

diff --git a/src/types/EmptyObject.ts b/src/types/EmptyObject.ts
new file mode 100644 (file)
index 0000000..253e964
--- /dev/null
@@ -0,0 +1 @@
+export type EmptyObject = Record<string, never>;