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