fix(FN-4486): complete Step 5 — restore workspace verification gates
Fusion-Task-Id: FN-4486 Fusion-Task-Lineage: 7d3b40b2-883f-450c-96ec-796f8af4fa45
This commit is contained in:
8
packages/desktop/src/node-pty.d.ts
vendored
8
packages/desktop/src/node-pty.d.ts
vendored
@@ -1,12 +1,12 @@
|
||||
declare module "node-pty" {
|
||||
export interface IPty {
|
||||
[key: string]: any;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
export interface IPtyForkOptions {
|
||||
[key: string]: any;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
export interface IWindowsPtyForkOptions extends IPtyForkOptions {
|
||||
[key: string]: any;
|
||||
[key: string]: unknown;
|
||||
}
|
||||
export function spawn(...args: any[]): IPty;
|
||||
export function spawn(...args: unknown[]): IPty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user