mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-27 22:26:39 -05:00
rename of the response body
This commit is contained in:
2
src/server/protocol.d.ts
vendored
2
src/server/protocol.d.ts
vendored
@@ -926,7 +926,7 @@ declare namespace ts.server.protocol {
|
||||
|
||||
export interface CodeFixResponse extends Response {
|
||||
/** The code actions that are available */
|
||||
codeActions: CodeAction[];
|
||||
body?: CodeAction[];
|
||||
}
|
||||
|
||||
export interface CodeAction {
|
||||
|
||||
Reference in New Issue
Block a user