export interface DictionaryPronunciation {
    audio: string;
    phonetic: string;
}
