UNPKG

@mongez/gnz

Version:

Generator Z, the next generation of scaffolding tools.

4 lines 312 B
import { MongoDBModelGeneratorOptions } from "./types"; export declare function generateModelContent(options: Partial<MongoDBModelGeneratorOptions>): Promise<string>; export declare function generateModelIndexContent(options: MongoDBModelGeneratorOptions): Promise<string>; //# sourceMappingURL=template.d.ts.map