Typing Success Value with Inferred E and R in Effect TypeScript
hi, how can i type only sccess value and E and R should be infered from effect itself, if i do Effect.Effect<SomeType> then E, R is never, and if i do using generics <E, R>(): Effect.Effect<SomeType, E, R> then i get type error for E and R that is