calls - add CallHierarchyItem to type converter

This commit is contained in:
jrieken
2019-09-12 13:34:45 +00:00
parent debecefce1
commit 6fc8778fdc
4 changed files with 41 additions and 36 deletions

View File

@@ -1068,7 +1068,6 @@ export interface ICodeLensDto {
}
export interface ICallHierarchyItemDto {
_id: number;
kind: modes.SymbolKind;
name: string;
detail?: string;