UNPKG

weaver-frontend-cli

Version:

🕷️ Weaver CLI - Generador completo de arquitectura Clean Architecture con parser OpenAPI avanzado para entidades CRUD y flujos de negocio complejos

3 lines 274 B
import { EntitySchema } from '../parsers/swagger-parser'; export declare function createCorrectEntityFlow(entityName: string, basePath?: string, schema?: EntitySchema | null, targetApiName?: string): Promise<void>; //# sourceMappingURL=correct-entity-flow-generator.d.ts.map