mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-30 11:24:49 -05:00
changes that are non-breaking
This commit is contained in:
4
src/server/node.d.ts
vendored
4
src/server/node.d.ts
vendored
@@ -584,9 +584,9 @@ declare module NodeJS {
|
||||
export interface Response extends Message {
|
||||
request_seq: number;
|
||||
success: boolean;
|
||||
/** Contains error message if success == false. */
|
||||
/** Contains error message if success === false. */
|
||||
message?: string;
|
||||
/** Contains message body if success == true. */
|
||||
/** Contains message body if success === true. */
|
||||
body?: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user