export interface PronunciationDictionaryAliasRuleResponseModel { stringToReplace: string; /** Whether the rule matches case-sensitively. */ caseSensitive?: boolean; /** Whether the rule only matches at word boundaries. */ wordBoundaries?: boolean; alias: string; }