diff --git a/tests/cases/fourslash/fourslash.ts b/tests/cases/fourslash/fourslash.ts index 321fe72981b..b971a07b924 100644 --- a/tests/cases/fourslash/fourslash.ts +++ b/tests/cases/fourslash/fourslash.ts @@ -772,7 +772,7 @@ declare namespace FourSlashInterface { export interface VerifyInlayHintsOptions { text: string; position: number; - kind?: VerifyInlayHintKind; + kind?: ts.InlayHintKind; whitespaceBefore?: boolean; whitespaceAfter?: boolean; }