Issue with schema and effect type preservation
Hi everyone, I'm trying out schema and effect but have run into a problem I can't really figure out how to fix.
I have a simple function that just returns the typeof of a schema. When I import that function to another project the type becomes "Types.Simplify<any>". Do you have any tips on how I can keep the type from the return function?
Im doing something like this
mylib/index.ts
myproj/index.ts
I have a simple function that just returns the typeof of a schema. When I import that function to another project the type becomes "Types.Simplify<any>". Do you have any tips on how I can keep the type from the return function?
Im doing something like this
mylib/index.ts
myproj/index.ts
