Type Alias DictionaryResultNode

DictionaryResultNode: ResultNodeTyper<
    typeof DictionaryResult,
    "phonetic"
    | "word",
> & { meanings: DictionaryMeaning[] }