mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-16 08:01:18 +00:00
compatible with old enums (#5219)
* compatible with old enums\ * add id
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import type { WorkflowIOValueTypeEnum } from '@fastgpt/global/core/workflow/constants';
|
||||
|
||||
export type EditorVariablePickerType = {
|
||||
id: string;
|
||||
key: string;
|
||||
label: string;
|
||||
required?: boolean;
|
||||
|
Reference in New Issue
Block a user