UNPKG

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