mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 10:28:10 +08:00
refactor(trigger): refactor app mode type to enum
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import type { AppIconType, AppMode } from '@/types/app'
|
||||
import type { AppIconType, AppModeEnum } from '@/types/app'
|
||||
export type AppBasicInfo = {
|
||||
id: string
|
||||
mode: AppMode
|
||||
mode: AppModeEnum
|
||||
icon_type: AppIconType | null
|
||||
icon: string
|
||||
icon_background: string
|
||||
|
||||
Reference in New Issue
Block a user