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 • 520 B
TypeScript
import type { ProjectContext } from '../../ai/types';
/**
* @description A template for generating a formal Business Case document.
* It provides a structured format for the AI to analyze and present the
* financial and strategic rationale for a project.
*/
export declare class BusinesscaseTemplate {
private context;
constructor(context: ProjectContext);
/**
* Build the markdown content for Business Case
*/
generateContent(): string;
}
//# sourceMappingURL=BusinesscaseTemplate.d.ts.map