Skip to content

Commit dc516c0

Browse files
author
Paul van Brenk
committed
Remove duplicate interface
1 parent 7c96c28 commit dc516c0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

src/server/protocol.d.ts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Declaration module describing the TypeScript Server protocol
33
*/
44
declare namespace ts.server.protocol {
@@ -1592,16 +1592,4 @@ declare namespace ts.server.protocol {
15921592
export interface NavBarResponse extends Response {
15931593
body?: NavigationBarItem[];
15941594
}
1595-
1596-
export interface CodeAction {
1597-
/**
1598-
* Description of the code action to display in the UI of the editor.
1599-
*/
1600-
description: string;
1601-
1602-
/**
1603-
* Changes to apply to each file as part of the code action.
1604-
*/
1605-
changes: FileCodeEdits[];
1606-
}
16071595
}

0 commit comments

Comments
 (0)