© 2026 Hedgehog Software, LLC
type InsertType = Schema.Schema.Encoded<typeof UserSchema> // { name?: string | null | undefined } type OutputType = Schema.Schema.Type<typeof UserSchema> // { name: string }