/** * This file was auto-generated by Fern from our API Definition. */ import * as ElevenLabs from "../../../.."; export interface BodyUpdatePronunciationDictionariesV1ProjectsProjectIdUpdatePronunciationDictionariesPost { /** A list of pronunciation dictionary locators (id, version_id) encoded as a list of JSON strings for pronunciation dictionaries to be applied to the text. A list of json encoded strings is required as adding projects may occur through formData as opposed to jsonBody */ pronunciation_dictionary_locators: ElevenLabs.PronunciationDictionaryVersionLocatorDbModel[]; }