mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge remote-tracking branch 'origin/main' into feat/collaboration
This commit is contained in:
@ -4,8 +4,8 @@ import type {
|
||||
} from '@/app/components/workflow/types'
|
||||
|
||||
export type FormSliceShape = {
|
||||
inputs: Record<string, string>
|
||||
setInputs: (inputs: Record<string, string>) => void
|
||||
inputs: Record<string, string | number | boolean>
|
||||
setInputs: (inputs: Record<string, string | number | boolean>) => void
|
||||
files: RunFile[]
|
||||
setFiles: (files: RunFile[]) => void
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user