export interface ParseConfigAdvancedOptionsFormattingDetectionItem { /** * The type of formatting detection to enable. * * * `"change_tracking"` — Detect tracked changes (insertions, deletions, substitutions) indicated by strikethroughs, colored text, or underlines in the source document. */ type: "change_tracking"; }