MCPcopy
hub / github.com/NetEase/tango / CustomVariableData

Interface CustomVariableData

packages/context/src/context.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { createContext } from '@music163/tango-helpers';
3
4interface CustomVariableData {
5 key: string;
6 title: string;
7 children?: CustomVariableData[];
8 [key: string]: any;
9}
10
11export interface ITangoEngineContext {
12 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected