UNPKG
@memory-bank/mcp
Version:
latest (3.0.0)
3.0.0
2.4.1
2.4.0
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
Memory-enabled Co-Pilot (MCP) server for managing project documentation and context
@memory-bank/mcp
/
dist
/
templates
/
types.d.ts
7 lines
•
336 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * テンプレート関連の型定義 *
@deprecated
この型定義は
@memory
-bank/schemasパッケージに移動しました。今後は
@memory
-bank/schemas/templatesを使用してください。 */
export
*
from
'@memory-bank/schemas/templates'
;
export
type
Language
=
'en'
|
'ja'
|
'zh'
;
//# sourceMappingURL=types.d.ts.map