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

Interface SamplesData

website/src/scripts/pages/samples.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15} from "./samples-render";
16
17interface SamplesData {
18 cookbooks: Cookbook[];
19 totalRecipes: number;
20 totalCookbooks: number;
21 filters: {
22 languages: string[];
23 tags: string[];
24 };
25}
26
27// State
28let samplesData: SamplesData | null = null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected