-record(transition_rule, { from :: any(), on :: any(), to :: any(), guard :: gleam@option:option(fun((any(), any()) -> boolean())) }).