MCPcopy
hub / github.com/cft0808/edict / TemplateParam

Interface TemplateParam

edict/frontend/src/store.ts:119–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117// ── Templates ──
118
119export interface TemplateParam {
120 key: string;
121 label: string;
122 type: 'text' | 'textarea' | 'select';
123 default?: string;
124 required?: boolean;
125 options?: string[];
126}
127
128export interface Template {
129 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected