mirror of https://github.com/langgenius/dify.git
feat: add missing types
This commit is contained in:
parent
c39d19f492
commit
5dda3d7661
|
|
@ -190,6 +190,12 @@ export type App = {
|
|||
id: string
|
||||
/** Name */
|
||||
name: string
|
||||
|
||||
/** Icon */
|
||||
icon: string
|
||||
/** Icon Background */
|
||||
icon_background: string
|
||||
|
||||
/** Mode */
|
||||
mode: AppMode
|
||||
/** Enable web app */
|
||||
|
|
|
|||
Loading…
Reference in New Issue