One schema, two jobsThe output is plain TypeBox, so use it for runtime validation with Value.Check and derive compile-time types with Static from the exact same object.
Runs with prisma generateAdd a generator block to schema.prisma and run prisma generate. PrismaType writes one .ts file per model plus shared enum and helper files.
Rich per-model schemasPlain, Relations, the full composite, plus Where, WhereUnique, Select, Include and OrderBy shapes, and optional input models for create/update.
Framework readyThe generated schemas drop straight into Elysia, Fastify (TypeBox provider), and anything else built on the TypeBox 1.x API.