Search
A struct representing a function step
@type t() :: %Inngest.Function.Step{ id: atom(), mod: module(), name: binary(), opts: map(), retries: Retry, runtime: RunTime, step_type: atom(), tags: map() }