mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 16:38:46 -05:00
Fix type error in fourslash.ts (#47430)
This commit is contained in:
@@ -772,7 +772,7 @@ declare namespace FourSlashInterface {
|
||||
export interface VerifyInlayHintsOptions {
|
||||
text: string;
|
||||
position: number;
|
||||
kind?: VerifyInlayHintKind;
|
||||
kind?: ts.InlayHintKind;
|
||||
whitespaceBefore?: boolean;
|
||||
whitespaceAfter?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user