gsr
    Preparing search index...

    Interface DictionaryResultNode

    interface DictionaryResultNode {
        meanings: DictionaryMeaning[];
        phonetic: string;
        type: "DICTIONARY";
        word: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    meanings: DictionaryMeaning[]
    phonetic: string
    type: "DICTIONARY"
    word: string