Search
@type t() :: %Noizu.RuleEngine.Op.IfThenOp{ condition_clause: any(), description: String.t() | nil, else_clause: any(), identifier: String.t() | list() | tuple(), name: String.t() | nil, settings: Keyword.t(), then_clause: any() }