Fix type error in fourslash.ts (#47430)

This commit is contained in:
Jake Bailey 2022-01-13 16:51:02 -08:00 committed by GitHub
parent a158b7ed7d
commit 70097c4908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -772,7 +772,7 @@ declare namespace FourSlashInterface {
export interface VerifyInlayHintsOptions {
text: string;
position: number;
kind?: VerifyInlayHintKind;
kind?: ts.InlayHintKind;
whitespaceBefore?: boolean;
whitespaceAfter?: boolean;
}