UNPKG

knip

Version:

Find and fix unused dependencies, exports and files in your TypeScript and JavaScript projects

8 lines (7 loc) 121 B
export type PrismaConfig = { seed?: string; migrations?: { seed?: string; }; schema?: string; };