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