forked from openkylin/kylin-code
修复编译错误.
This commit is contained in:
parent
ac0b2ae237
commit
4e6206eee9
|
@ -36,7 +36,7 @@ export interface ISearchPrefferedResults {
|
|||
readonly preferredResults?: string[];
|
||||
}
|
||||
|
||||
interface IExtensionsControlManifest {
|
||||
export interface IExtensionsControlManifest {
|
||||
malicious: string[];
|
||||
migrateToPreRelease?: IStringDictionary<{
|
||||
id: string;
|
||||
|
|
Loading…
Reference in New Issue