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