UNPKG

245 BTypeScriptView Raw
1import { Generator } from 'graphql-binding';
2export declare class PrismaGenerator extends Generator {
3 constructor(options: any);
4 render(): string;
5 renderImports(): string;
6 renderExports(): string;
7 renderTypedefs(): string;
8}