interface TTSLocale {
    locale: string;
    tts: string;
}

Properties

Properties

locale: string
tts: string