Alias for a flow that fetches an outcome result.
val outcome: OutcomeFetch<String, Int> = fetch { // Return an Outcome from inside the Fetch runner outcomeOf { 42 }}