Feat(ToolRepository): Add favorite tool list
Add favorite tool list to user tool repository
This commit is contained in:
2
src/global.d.ts
vendored
2
src/global.d.ts
vendored
@@ -650,7 +650,7 @@ interface ToolStoreGetParam extends PageParam {
|
||||
}
|
||||
|
||||
interface ToolFavoriteAddRemoveParam {
|
||||
username: string
|
||||
authorId: string
|
||||
toolId: string
|
||||
platform: Platform
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user