Type Aliases

The following type aliases are available globally.

  • Type alias for a list of callbacks in a Journey step.

    Declaration

    Swift

    public typealias Callbacks = [any Callback]
  • A typealias mapping Journey to the underlying Workflow type used by the orchestrator. This provides a convenient name where Journey is exposed to SDK users.

    Declaration

    Swift

    public typealias Journey = Workflow