refactor: Fix type issues for parameter input components (#9449)
This commit is contained in:
@@ -33,7 +33,12 @@ export default defineComponent({
|
||||
props: {
|
||||
nodeType: {
|
||||
type: Object as PropType<
|
||||
INodeTypeDescription | IVersionNode | SimplifiedNodeType | ActionTypeDescription | null
|
||||
| INodeTypeDescription
|
||||
| IVersionNode
|
||||
| SimplifiedNodeType
|
||||
| ActionTypeDescription
|
||||
| null
|
||||
| undefined
|
||||
>,
|
||||
required: true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user