The schema class VineNativeEnum is not currently exported while all other schema classes are. This causes the error by the Typescript compiler:
error TS2742: The inferred type of 'foo' cannot be named without a reference to '../../node_modules/@vinejs/vine/build/src/schema/enum/native_enum.js'. This is likely not portable. A type annotation is necessary.
Package version
v2.1.0
Describe the bug
The schema class
VineNativeEnum
is not currently exported while all other schema classes are. This causes the error by the Typescript compiler:Reproduction repo
No response