newo
Version:
NEWO CLI: Professional command-line tool with modular architecture for NEWO AI Agent development. Features account migration, integration management, webhook automation, AKB knowledge base, project attributes, sandbox testing, IDN-based file management, r
8 lines • 314 B
TypeScript
import type { ProjectData, ProjectMap } from '../types.js';
/**
* Generate flows.yaml file from project data
*/
export declare function generateFlowsYaml(projectMap: ProjectMap | {
[key: string]: ProjectData;
}, customerIdn: string, verbose?: boolean): Promise<string>;
//# sourceMappingURL=metadata.d.ts.map