mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-11 19:27:35 -06:00
Fix type error in fourslash.ts (#47430)
This commit is contained in:
parent
a158b7ed7d
commit
70097c4908
@ -772,7 +772,7 @@ declare namespace FourSlashInterface {
|
||||
export interface VerifyInlayHintsOptions {
|
||||
text: string;
|
||||
position: number;
|
||||
kind?: VerifyInlayHintKind;
|
||||
kind?: ts.InlayHintKind;
|
||||
whitespaceBefore?: boolean;
|
||||
whitespaceAfter?: boolean;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user