Shortcut type that can be either either String or Hash.
Many functions in Defold accept both String and Hash, so this type is used to represent that.
alias for
EitherType<defold.types.Hash, String>
Shortcut type that can be either either String or Hash.
Many functions in Defold accept both String and Hash, so this type is used to represent that.
EitherType<defold.types.Hash, String>