UNPKG

typegraphql-prisma-nestjs

Version:

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

6 lines (5 loc) 126 B
export interface GenerateMappingData { modelName: string; resolverName: string; actionResolverNames?: string[]; }