UNPKG

prisma-json-types-generator

Version:
4 lines 235 B
import type { GeneratorOptions } from '@prisma/generator-helper'; /** Runs the generator with the given options. */ export declare function onGenerate(options: GeneratorOptions): Promise<void>; //# sourceMappingURL=on-generate.d.ts.map