MCPcopy Create free account
hub / github.com/github/awesome-copilot / RecipeVariant

Interface RecipeVariant

website/src/scripts/pages/samples-render.ts:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10export interface RecipeVariant {
11 doc: string;
12 example: string | null;
13}
14
15export interface Recipe {
16 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected