45
chenyc
2022-09-23 e8342636602fcb52031391d2613f599099ff0cc4
src/typings/index.ts
New file
@@ -0,0 +1,3 @@
export interface IUnknowObject {
    [key: string]: any;
}