Skip to content

Commit 5b7e7fc

Browse files
Update src/codeql.ts
Co-authored-by: Henry Mercer <[email protected]>
1 parent c4efbda commit 5b7e7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codeql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export interface VersionInfo {
232232
}
233233

234234
export interface ResolveDatabaseOutput {
235-
[key: string]: string | [string];
235+
overlayBaseSpecifier?: string;
236236
}
237237

238238
export interface ResolveLanguagesOutput {

0 commit comments

Comments
 (0)