/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * rule_strings: ["rule_strings"] * } */ export interface RemovePronunciationDictionaryRulesRequest { /** List of strings to remove from the pronunciation dictionary. */ rule_strings: string[]; }