/** * This file was auto-generated by Fern from our API Definition. */ export interface AddPronunciationDictionaryResponseModel { id: string; name: string; created_by: string; creation_time_unix: number; version_id: string; description?: string; }