/** * This file was auto-generated by Fern from our API Definition. */ export interface PronunciationDictionaryPhonemeRuleRequestModel { /** The string to replace. Must be a non-empty string. */ string_to_replace: string; /** The phoneme rule. */ phoneme: string; /** The alphabet to use with the phoneme rule. */ alphabet: string; }