fix:修复runtime.d.ts
This commit is contained in:
parent
937e5fdf49
commit
99d192314e
1
runtime.d.ts
vendored
1
runtime.d.ts
vendored
@ -2967,5 +2967,6 @@ interface Main {
|
|||||||
log(e: string | Error, error: boolean): void
|
log(e: string | Error, error: boolean): void
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare var core: CoreMixin
|
||||||
declare let flags: { [x: string]: any }
|
declare let flags: { [x: string]: any }
|
||||||
declare let hero : CoreMixin['status']['hero']
|
declare let hero : CoreMixin['status']['hero']
|
||||||
Loading…
Reference in New Issue
Block a user