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