MCPcopy Create free account
hub / github.com/IsAvaible/AngularModUpdater / GitHubProject

Interface GitHubProject

src/app/libraries/github/types.github.ts:59–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59export interface GitHubProject {
60 id: string;
61 title: string;
62 description: string;
63 project_url: string;
64 downloads: number;
65 updated: Date;
66 versions: string[];
67 loaders: Loader[];
68}
69
70export interface GitHubModInfo {
71 project: GitHubProject;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected