@servemate/dto
Version:
Type-safe DTO package for ServeMate types and Zod validation. Shared across server and client.
13 lines • 449 B
JavaScript
;
/**
* Types for working with server data
* ⚠️ IMPORTANT: This file does NOT depend on @prisma/client
*
* These types are generated/updated based on Prisma schema
* but these are just TypeScript types - they work everywhere!
*
* On server: used with Prisma models
* On client: used as regular types for API responses
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=prisma-types.js.map