UNPKG

typegraphql-prisma-nestjs

Version:

This project is a fork of another with minor changes, created for personal use.

5 lines (4 loc) 256 B
import { Project } from "ts-morph"; import { DMMF } from "./dmmf/types"; import { GeneratorOptions } from "./options"; export default function generateEnumFromDef(project: Project, baseDirPath: string, enumDef: DMMF.Enum, options: GeneratorOptions): void;