Applying Conditional Schedule in Effect Pipe Using Effect.if
In the same way, I would like to apply a conditional schedule
I tried
but this gives me typescript errors
I tried
but this gives me typescript errors
is not assignable to type Effect<unknown, unknown, unknown> and feels like this might not be the right way to do it?