### Package version 4.2.0 ### Describe the bug ```ts const schema = vine.object({ value: vine.any() }); ``` generated ts type of `schema` becomes ```ts VineObject<{ value: VineAny; }, { value?: any; }, ...> ``` ### Reproduction repo _No response_