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 533 B
import type { ProjectContext } from '../../ai/types'; /** * @description A template for generating a Value Proposition document. * It provides a structured format for articulating the unique value * and competitive advantage that the project will deliver. */ export declare class ValuePropositionTemplate { private context; constructor(context: ProjectContext); /** * Build the markdown content for Value Proposition */ generateContent(): string; } //# sourceMappingURL=ValuePropositionTemplate.d.ts.map