MCPcopy
hub / github.com/OpenCoworkAI/open-codesign / DemoTemplate

Interface DemoTemplate

packages/templates/src/index.ts:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24} from './examples/index';
25
26export interface DemoTemplate {
27 id: string;
28 title: string;
29 description: string;
30 prompt: string;
31}
32
33const REGISTRY: Record<Locale, DemoTemplate[]> = {
34 en: enDemos,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected