mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
fix type of workflow process
This commit is contained in:
@ -53,6 +53,7 @@ export type ChatConfig = Omit<ModelConfig, 'model'> & {
|
||||
export type WorkflowProcess = {
|
||||
status: WorkflowRunningStatus
|
||||
tracing: NodeTracing[]
|
||||
expand?: boolean // for UI
|
||||
}
|
||||
|
||||
export type ChatItem = IChatItem & {
|
||||
|
||||
Reference in New Issue
Block a user