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

Interface GitHubVersion

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

Source from the content-addressed store, hash-verified

42}
43
44export interface GitHubVersion {
45 name: string;
46 version_number: string;
47 changelog: string;
48 date_published: Date;
49 downloads: number;
50 files: {
51 url: string;
52 filename: string;
53 primary: boolean;
54 size: number;
55 }[];
56 release_url: string;
57}
58
59export interface GitHubProject {
60 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected