Search
@type actor_name() :: String.t()
@type command() :: String.t() | atom()
@type t() :: %SpawnSdk.Flow.Forward{ actor_name: String.t(), command: String.t() | atom() }
@spec to(actor_name(), command()) :: t()