>
+ export type OutputContext = Scope.Scope | Exclude | Progress {
readonly initialProgress?: P
@@ -230,7 +230,11 @@ export const unsafeForkEffect = (
}),
fiber,
]),
-)
+) as Effect.Effect<
+ readonly [result: Subscribable.Subscribable