export interface TriggerRule { dataType: number; bitIndexEnabled: boolean; operand1: number; operand2: number; conditionCombineMethod: number; condition1: number; condition2: number; }