Skip to content

Commit 600a5de

Browse files
Unexport unused type
1 parent 9401c34 commit 600a5de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/ql-vscode/src/codeql-cli/distribution/releases-api-consumer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ export interface GithubRelease {
191191
*
192192
* This type must match the format of the GitHub API and is not intended to be used outside of this file except for tests. Please use the `ReleaseAsset` type instead.
193193
*/
194-
export interface GithubReleaseAsset {
194+
interface GithubReleaseAsset {
195195
id: number;
196196
name: string;
197197
size: number;

0 commit comments

Comments
 (0)