refactor: 将接口定义更改为类型别名,简化代码结构
This commit is contained in:
@@ -11,10 +11,10 @@ import {
|
||||
UserSelectInteractive
|
||||
} from '@fastgpt/global/core/workflow/template/system/interactive/type';
|
||||
import {
|
||||
SelectOptionsComponent,
|
||||
SelectOption,
|
||||
type SelectOption,
|
||||
type FormItem,
|
||||
FormInputComponent,
|
||||
FormItem
|
||||
SelectOptionsComponent
|
||||
} from '@/components/core/chat/components/Form/FormComponents';
|
||||
|
||||
const useInteractiveDebug = (
|
||||
|
||||
Reference in New Issue
Block a user