mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 21:36:50 -05:00
Remove duplicate interface
This commit is contained in:
14
src/server/protocol.d.ts
vendored
14
src/server/protocol.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* Declaration module describing the TypeScript Server protocol
|
||||
*/
|
||||
declare namespace ts.server.protocol {
|
||||
@@ -1592,16 +1592,4 @@ declare namespace ts.server.protocol {
|
||||
export interface NavBarResponse extends Response {
|
||||
body?: NavigationBarItem[];
|
||||
}
|
||||
|
||||
export interface CodeAction {
|
||||
/**
|
||||
* Description of the code action to display in the UI of the editor.
|
||||
*/
|
||||
description: string;
|
||||
|
||||
/**
|
||||
* Changes to apply to each file as part of the code action.
|
||||
*/
|
||||
changes: FileCodeEdits[];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user