Nullable reference to another type
Hey! How can I reference other types that can be also null? Is it possible using the string syntax? I'm currently getting the "is unresolvable" error when I do
type("OtherType | null") which makes sense.