We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3159e87 commit 34241b9Copy full SHA for 34241b9
editors/code/src/installation/fetch_latest_artifact_metadata.ts
@@ -31,17 +31,12 @@ export async function fetchLatestArtifactMetadata(
31
downloadUrl: artifact.browser_download_url
32
};
33
34
- // Noise denotes tremendous amount of data that we are not using here
+ // We omit declaration of tremendous amount of fields that we are not using here
35
interface GithubRelease {
36
name: string;
37
assets: Array<{
38
39
browser_download_url: string;
40
-
41
- [noise: string]: unknown;
42
}>;
43
44
45
}
46
47
0 commit comments