Error: Type '"assignmentCollection"' is not assignable to type 'NodePropertyTypes'.ts(2322)

I am building a node that needs a UI that takes in an object and i have found this property
image

the issue is that error. Am i gonna be able to publish this node?
to tst it on my local i have modified my node modules to
image
this just adds that type but only on my local and the error is gone

image

Is it ok to use it or there is a better node property that will get me an object, I have tried the Json type and its returning a string its not doing what i want.

@ria any help?

Hi @Onlypfachi

not sure I can understand what’s going on here… I thought that the
NodePropertyTypes are declared in the interfaces.ts - are you trying to overwrite them?

assignmentCollection is missing in the NodePropertyTypes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.