Type Alias: SpellcheckCspellDictionaryCollectionResult
type SpellcheckCspellDictionaryCollectionResult = Readonly<{
collection: SpellingDictionaryCollection;
errors: readonly SpellcheckCspellResourceError[];
}>;
Defined in: _internal/spellcheck-cspell.ts:72
Result returned when constructing one spellcheck dictionary collection.