Maybe it would make more sense to just use one "optional" type instead of two.
It feels weird that I need to use both null and undefined on the same interface.
Yeah I see what you mean. I guess the confusion comes from the parameters of the createNft call in the chain. I guess it would also work with undefined for nftCollectionId.
@ipapandinas
Maybe it would make more sense to just use one "optional" type instead of two. It feels weird that I need to use both
null
andundefined
on the same interface.