chenyc
2025-08-26 504c93ce2702741ddc127afc1549cb4d6e9e1595
src/typings/index.ts
New file
@@ -0,0 +1,3 @@
export interface IUnknowObject {
    [key: string]: any;
}