MCPcopy Create free account
hub / github.com/KartikLabhshetwar/foliox / ProjectsData

Interface ProjectsData

types/github.ts:250–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248}
249
250export interface ProjectsData {
251 featured: FeaturedProject[];
252 languages: { [key: string]: number };
253 total_stars: number;
254 total_repos: number;
255}
256

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected