gsr
    Preparing search index...

    Interface DictionaryResultNode

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

    Hierarchy (View Summary)

    Index

    Properties

    meanings: DictionaryMeaning[]
    phonetic?: string
    type: string
    word?: string