EntitySchema
type EntitySchema<Schema> = ZodOutput<Schema>;Utility type used to derive the type from the Zod schema definition. Mainly for internal use.
To get the schema type from an entity use Entity<E> instead.
Type Parameters
Section titled “Type Parameters”Schema
Section titled “Schema”Schema extends ZodObject