prisma-zod-generator
Version:
Prisma 2+ generator to emit Zod schemas from your Prisma schema
10 lines (9 loc) • 398 B
TypeScript
/**
* PZG Pro Generator Implementation
*
* This matches the main prisma-zod-generator pattern but loads Pro feature
* modules lazily so the OSS build compiles without the private submodule.
*/
import type { GeneratorOptions } from '@prisma/generator-helper';
export declare const PRO_HELP_MESSAGE: string;
export declare function generateProFeatures(options: GeneratorOptions): Promise<void>;