chore: remove bunch of usages of any (#27512)
This commit is contained in:
parent
c7aa35a519
commit
79b3393768
16 changed files with 101 additions and 81 deletions
2
typings/internal-ambient.d.ts
vendored
2
typings/internal-ambient.d.ts
vendored
|
@ -232,6 +232,7 @@ declare namespace NodeJS {
|
|||
_firstFileName?: string;
|
||||
|
||||
helperExecPath: string;
|
||||
mainModule: NodeJS.Module;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -271,6 +272,7 @@ declare interface Window {
|
|||
completeURL: (project: string, path: string) => string;
|
||||
}
|
||||
};
|
||||
WebView: typeof ElectronInternal.WebViewElement;
|
||||
ResizeObserver: ResizeObserver;
|
||||
trustedTypes: TrustedTypePolicyFactory;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue