UNPKG

prisma-zod-generator

Version:

Prisma 2+ generator to emit Zod schemas from your Prisma schema

3 lines (2 loc) 137 B
import { GeneratorOptions } from '@prisma/generator-helper'; export declare function generate(options: GeneratorOptions): Promise<void>;