MCPcopy
hub / github.com/Bistutu/FluentRead / IMapping

Interface IMapping

entrypoints/utils/model.ts:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { defaultOption, services } from "./option";
2
3interface IMapping {
4 [key: string]: string;
5}
6
7// 内包,存储额外信息
8interface IExtra {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected