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
14 lines • 549 B
TypeScript
import { ProjectContext } from '../../types';
/**
* Template for the BABOK Perspectives document.
* Provides the structure and default content for the Perspectives section.
*/
export declare class PerspectivesTemplate {
/**
* Generates the content for the Perspectives document.
* @param context ProjectContext containing relevant project information.
* @returns The structured Perspectives document as a string.
*/
generateContent(context: ProjectContext): string;
}
//# sourceMappingURL=PerspectivesTemplate.d.ts.map