Vanessa 2023-05-25 21:13:23 +08:00
parent ab3e8b446d
commit debda24c02
3 changed files with 62 additions and 0 deletions

View file

@ -458,6 +458,9 @@ declare interface IAccount {
}
declare interface IConfig {
bazaar: {
trust: boolean
}
repo: {
key: string
},