Finish tool edit page
This commit is contained in:
10
src/global.d.ts
vendored
10
src/global.d.ts
vendored
@@ -560,3 +560,13 @@ interface ToolUpgradeParam {
|
||||
toolId: string
|
||||
ver: string
|
||||
}
|
||||
|
||||
interface ToolUpdateParam {
|
||||
id: string
|
||||
name?: string
|
||||
icon?: string
|
||||
description?: string
|
||||
keywords?: string[]
|
||||
categories?: string[]
|
||||
source?: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user