Type Alias: SpellcheckCspellIssue
type SpellcheckCspellIssue = Readonly<{
endOffset: number;
reason: string;
startOffset: number;
}>;
Defined in: _internal/spellcheck-cspell.ts:88
One issue produced by the synchronous cspell spellchecker.