Shortcut type that can be either either String or Hash or Url.

Some functions in Defold accept both String, Hash and Url objects, so this type is used to represent that.

alias for EitherType<defold.types.Hash, EitherType<String, defold.types.Url>>