export interface RawExecFeeFactorPolicyChange extends RawPolicyChangeBase { readonly type: 'ExecFeeFactor'; readonly value: number; }