TP-89230 | hangup user fix

This commit is contained in:
Mayank Singh
2024-11-18 13:32:41 +05:30
parent 099b209dfb
commit 0be2993d71

View File

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