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

Interface IExtra

entrypoints/utils/model.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7// 内包,存储额外信息
8interface IExtra {
9 [key: string]: any
10}
11
12export class Config {
13 on: boolean; // 是否开启

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected