UNPKG

venom-generator

Version:

In the way of code generation, complete the storage model->computation model (business API) transformation to achieve the goal of design and implementation

4 lines (3 loc) 296 B
import * as util from './util'; export declare function querys(server: string, prismaPath: string, output: string, common: boolean, dev: boolean): util.ApiData; export declare function mutations(server: string, prismaPath: string, output: string, common: boolean, dev: boolean): util.ApiData;