Skip to content

Commit

Permalink
Sync JSDocTagInfo types
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 11, 2021
1 parent c0ac66e commit b04ec37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1054,7 +1054,7 @@ namespace ts {

export interface JSDocTagInfo {
name: string;
text?: SymbolDisplayPart[];
text?: string | SymbolDisplayPart[];
}

export interface QuickInfo {
Expand Down

0 comments on commit b04ec37

Please sign in to comment.