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

Interface Template

edict/frontend/src/store.ts:128–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128export interface Template {
129 id: string;
130 cat: string;
131 icon: string;
132 name: string;
133 desc: string;
134 depts: string[];
135 est: string;
136 cost: string;
137 params: TemplateParam[];
138 command: string;
139}
140
141export const TEMPLATES: Template[] = [
142 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected