mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
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