chenyc
2023-05-31 0c59453494fbe885917beb53edbcb0bfc7548743
src/typings/index.ts
New file
@@ -0,0 +1,3 @@
export interface IUnknowObject {
    [key: string]: any;
}