Card · Types & Prisma
Prisma = storage schema; TS = app contracts.
Rules
- Don’t leak Prisma client types; define app-facing types.
- Use Pick/Omit on app types, not Prisma types.
- Seeds mirror reality; migrations explicit.
Study Card · Chapter 07-types-prisma