/** * This file was auto-generated by Fern from our API Definition. */ /** * Identifies a specific pronunciation dictionary to use */ export interface PronunciationDictionaryLocator { /** The unique identifier of the pronunciation dictionary */ dictionary_id: string; /** The version identifier of the pronunciation dictionary */ version_id: string; }