Skip to content

Commit 34241b9

Browse files
author
Veetaha
committed
vscode: remove noise data fields declarations as per @matklad
1 parent 3159e87 commit 34241b9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

editors/code/src/installation/fetch_latest_artifact_metadata.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,12 @@ export async function fetchLatestArtifactMetadata(
3131
downloadUrl: artifact.browser_download_url
3232
};
3333

34-
// Noise denotes tremendous amount of data that we are not using here
34+
// We omit declaration of tremendous amount of fields that we are not using here
3535
interface GithubRelease {
3636
name: string;
3737
assets: Array<{
3838
name: string;
3939
browser_download_url: string;
40-
41-
[noise: string]: unknown;
4240
}>;
43-
44-
[noise: string]: unknown;
4541
}
46-
4742
}

0 commit comments

Comments
 (0)