mirror of
https://github.com/SnapEnhance/scripting-docs.git
synced 2026-08-30 20:24:23 +00:00
chore: newInstance deprecation
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -3,6 +3,8 @@ interface Class<T> {
|
||||
}
|
||||
|
||||
interface JavaType {
|
||||
/** @deprecated */
|
||||
newInstance(...args: any[]): any;
|
||||
__new__(...args: any[]): any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user