diff --git a/packages/common/lib/types/GenericObject.ts b/packages/common/lib/types/GenericObject.ts index 08dc65e..afc9adf 100644 --- a/packages/common/lib/types/GenericObject.ts +++ b/packages/common/lib/types/GenericObject.ts @@ -2,5 +2,6 @@ export type GenericObject = { [key: string]: any; }; +export type DummyObject = {}; -export default GenericObject; \ No newline at end of file +export default GenericObject;