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