We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a158b7e commit 70097c4Copy full SHA for 70097c4
tests/cases/fourslash/fourslash.ts
@@ -772,7 +772,7 @@ declare namespace FourSlashInterface {
772
export interface VerifyInlayHintsOptions {
773
text: string;
774
position: number;
775
- kind?: VerifyInlayHintKind;
+ kind?: ts.InlayHintKind;
776
whitespaceBefore?: boolean;
777
whitespaceAfter?: boolean;
778
}
0 commit comments