Type 'Effect<unknown, unknown, void>' is not assignable to type 'Effect<never, unknown, void>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Type 'unknown' is not assignable to type 'never'.
Type 'Effect<unknown, unknown, void>' is not assignable to type 'Effect<never, unknown, void>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Type 'unknown' is not assignable to type 'never'.