UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

15 lines 576 B
import type { ProjectContext } from '../../../index.js'; /** * SolutionEvaluationTemplate * Template for BABOK Solution Evaluation document. * Provides structure and default content for the document. */ export declare class SolutionEvaluationTemplate { /** * Generate the default content for the Solution Evaluation document. * @param context ProjectContext for dynamic content population * @returns Markdown string for the document */ generateContent(context: ProjectContext): string; } //# sourceMappingURL=SolutionEvaluationTemplate.d.ts.map