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

Interface GitHubReadme

types/github.ts:88–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88export interface GitHubReadme {
89 name: string;
90 path: string;
91 sha: string;
92 size: number;
93 url: string;
94 html_url: string;
95 git_url: string;
96 download_url: string;
97 type: string;
98 content: string;
99 encoding: string;
100}
101
102export interface GitHubGraphQLUser {
103 login: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected