no exported member (Schema namespace) + benefits of Schema

Hello,
I am not able to use the Schema as pointed in the getting started documentation:
I get a bunch of errors related to the namespace:
/node_modules/@effect/schema/dist/dts/Schema".Schema' has no exported member 'Encoded'.ts(2694)

/node_modules/@effect/schema/dist/dts/Schema".Schema' has no exported member 'Type'.ts(2694)


I copied the example from https://github.com/Effect-TS/effect/blob/main/packages/schema/README.md#introduction to exclude any syntax issue.

Using:
"effect": "^2.4.3",
"@effect/schema": "^0.63.4",

Also:
What's the benefits of using that against other things such as valibot ?
Was this page helpful?