UNPKG

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