validators: { onChange: myGeneratedSchema } and I'm extremely confused as to how to properly fix this. There is a type mismatch but I can't figure out how to fix this.onSubmit key. I understand the types are incompatible, but am lost as to how to properly fix this. There are a COUPLE of issues/requirements I have:createSelectSchema(usersTable) I'll add some refinements to it, so for example, when the updateRequest is sent, the email should be required. However, I can't get even the "loose" version to not throw TS errors.Dates), but overall I just want to reuse as much as possible.createSelectSchema is messing up with the validator, but I don't understand what or how to properly fix it without manually re-typing the whole thing. Ideally, it's all based on the pgTable. Help would be appreciated!