Vanessa 2023-05-05 20:42:07 +08:00
parent 109462a22f
commit c941703e18
6 changed files with 55 additions and 37 deletions

View file

@ -680,6 +680,9 @@ declare interface IMenu {
}
declare interface IBazaarItem {
enabled: boolean
preferredDesc: string
iconURL: string
readme: string
stars: string
author: string
@ -701,5 +704,5 @@ declare interface IBazaarItem {
hInstallSize: string
hInstallDate: string
hUpdated: string
fundingUrl: IObject
preferredFunding: string
}