fix: Autowired Java class error

Signed-off-by: MiaoWoo <admin@yumc.pw>
This commit is contained in:
2020-10-02 18:48:37 +08:00
parent 0fea6b5537
commit c7079dd82e
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,7 @@ declare global {
function to<T = any>(array: T[], type?: T): T[]
function extend(...parentTypes: any[]): any
function synchronized(func: () => void, lock: any): Function
function isJavaObject(obj: any): boolean
function asJSONCompatible<T = any>(obj: T): T
//@ts-ignore
// function super(type: any);