@jefedcreator/dandys
v1.7.8
Published
Shared types for the Dandy's ecosystem
Downloads
2,394
Readme
@jefedcreator/dandys
A type-only package exposing shared TypeScript types for the Dandy's backend.
This package exports Prisma model types (type-only) and a small set of project shared types (e.g. IPaginationResult, IReferral). It contains no runtime code.
Key points
- Type-only package — no runtime artifacts.
@prisma/clientis a peer dependency. The consuming project must install it and runnpx prisma generate.- Exports are available at the package root:
import type { User } from '@jefedcreator/dandys'.
Install
From npm (when published):
npm install @jefedcreator/dandys