The configuration for an transition.
@type t() :: %AshStateMachine.Transition{ __identifier__: any(), action: atom(), from: [atom()], to: [atom()] }