UNPKG

zenstack

Version:

FullStack enhancement for Prisma ORM: seamless integration from database to UI

6 lines (5 loc) 228 B
import { type PluginFunction } from '@zenstackhq/sdk'; export declare const name = "Prisma Enhancer"; export declare const description = "Generating PrismaClient enhancer"; declare const run: PluginFunction; export default run;