/** * This file was auto-generated by Fern from our API Definition. */ export interface PronunciationDictionaryVersionLocatorRequestModel { /** The ID of the pronunciation dictionary. */ pronunciation_dictionary_id: string; /** The ID of the version of the pronunciation dictionary. If not provided, the latest version will be used. */ version_id?: string; }