UNPKG

@memory-bank/mcp

Version:

Memory-enabled Co-Pilot (MCP) server for managing project documentation and context

12 lines 452 B
/** * domain-modelsテンプレート定義 * * ドメインモデルを表示するためのテンプレート */ import { Template } from '@memory-bank/schemas/templates'; /** * ドメインモデルテンプレート * エンティティ、値オブジェクト、集約、リポジトリ、サービス、イベントなどを表示します */ export declare const domainModelsTemplate: Template; //# sourceMappingURL=domain-models.d.ts.map