Type 'Effect<unknown, unknown, unknown>' is not assignable to type 'Effect<string, unknown, unknown>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Type 'unknown' is not assignable to type 'string'.ts(2375)
Handler.d.ts(60, 15): The expected type comes from the return type of this signature.
Type 'Effect<unknown, unknown, unknown>' is not assignable to type 'Effect<string, unknown, unknown>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
Type 'unknown' is not assignable to type 'string'.ts(2375)
Handler.d.ts(60, 15): The expected type comes from the return type of this signature.