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

Interface GitHubAsset

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

Source from the content-addressed store, hash-verified

28}
29
30export interface GitHubAsset {
31 id: number;
32 name: string;
33 label: string | null;
34 content_type: string;
35 size: number;
36 digest: string;
37 download_count: number;
38 created_at: string;
39 updated_at: string;
40 url: string;
41 browser_download_url: string;
42}
43
44export interface GitHubVersion {
45 name: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected