/** * This file was auto-generated by Fern from our API Definition. */ export interface PronunciationDictionaryRulesResponseModel { /** The ID of the pronunciation dictionary. */ id: string; /** The version ID of the pronunciation dictionary. */ version_id: string; /** The number of rules in the version of the pronunciation dictionary. */ version_rules_num: number; }