UNPKG

prisma-class-generator

Version:
9 lines (8 loc) 302 B
import { Dictionary } from '@prisma/internals'; export declare class GeneratorFormatNotValidError extends Error { config: Dictionary<string>; constructor(config: any); } export declare class GeneratorPathNotExists extends Error { } export declare const handleGenerateError: (e: Error) => void;