TP-89230 | dummy commit

This commit is contained in:
Mayank Singh
2024-11-17 16:36:24 +05:30
parent 71e18c11a8
commit d3405cc2fb

View File

@@ -2,5 +2,6 @@ export type GenericObject = {
[key: string]: any;
};
export type DummyObject = {};
export default GenericObject;
export default GenericObject;