export interface AdRuleHistoryResultActionFields { action: string; field: string; new_value: string; old_value: string; }