Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/Models/ValidationResult.d.ts
import type { Issue, TextOffset as TextOffsetRW } from '@cspell/cspell-types';
export interface ValidationResult extends TextOffsetRW, Pick<Issue, 'message' | 'issueType'> {
line: TextOffsetRW;
isFlagged?: boolean | undefined;
isFound?: boolean | undefined;
}
//# sourceMappingURL=ValidationResult.d.ts.map