mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-29 00:51:29 +08:00
Merge pull request #13504 from shuntksh/fix-ssh2
ssh2 to allow undefined to TerminalModes interface
This commit is contained in:
2
ssh2/index.d.ts
vendored
2
ssh2/index.d.ts
vendored
@@ -1087,7 +1087,7 @@ export interface PseudoTtyInfo {
|
||||
}
|
||||
|
||||
export interface TerminalModes {
|
||||
[mode: string]: number;
|
||||
[mode: string]: number | undefined;
|
||||
/** Interrupt character; `255` if none. Not all of these characters are supported on all systems. */
|
||||
VINTR?: number;
|
||||
/** The quit character (sends `SIGQUIT` signal on POSIX systems). */
|
||||
|
||||
Reference in New Issue
Block a user