34
chenyc
2022-10-21 63bc3b1dfcf7a9e16ad0df52c6525460a000f32c
src/typings/index.ts
New file
@@ -0,0 +1,3 @@
export interface IUnknowObject {
    [key: string]: any;
}