Update src/codeql.ts

Co-authored-by: Henry Mercer <henrymercer@github.com>
This commit is contained in:
Kasper Svendsen
2025-12-09 09:41:33 +01:00
committed by GitHub
parent c4efbda299
commit 5b7e7fcc9c

View File

@@ -232,7 +232,7 @@ export interface VersionInfo {
}
export interface ResolveDatabaseOutput {
[key: string]: string | [string];
overlayBaseSpecifier?: string;
}
export interface ResolveLanguagesOutput {