EffectStructs = object
Defined in: src/modules/types.ts:175
Collection of positive and negative effects
TODO: Add more specific types for positiveEffects and negativeEffects
Properties
negativeEffects
negativeEffects: any
[]
Defined in: src/modules/types.ts:179
Effects applied when a rule fails
positiveEffects
positiveEffects: any
[]
Defined in: src/modules/types.ts:177
Effects applied when a rule passes