Feat(Store): Add tool favorite control
Add tool favorite control
This commit is contained in:
7
src/global.d.ts
vendored
7
src/global.d.ts
vendored
@@ -604,6 +604,7 @@ interface ToolVo {
|
||||
review: 'NONE' | 'PROCESSING' | 'PASS' | 'REJECT'
|
||||
createTime: string
|
||||
updateTime: string
|
||||
favorite: boolean
|
||||
}
|
||||
|
||||
interface ToolCreateParam {
|
||||
@@ -647,3 +648,9 @@ interface ToolManagementPassParam {
|
||||
interface ToolStoreGetParam extends PageParam {
|
||||
searchValue?: string
|
||||
}
|
||||
|
||||
interface ToolFavoriteAddRemoveParam {
|
||||
username: string
|
||||
toolId: string
|
||||
platform: Platform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user