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/ValidationIssue.d.ts
import type { ExtendedSuggestion } from './Suggestion.js';
import type { ValidationResult } from './ValidationResult.js';
export interface ValidationIssue extends ValidationResult {
suggestions?: string[] | undefined;
suggestionsEx?: ExtendedSuggestion[] | undefined;
}
//# sourceMappingURL=ValidationIssue.d.ts.map