Fullpath of a type

how can i get the full path of a type?

module Z
  export UU
  struct UU
  end
end

using Z
fullpath = some_func(UU)

fullpath to be Z.UU

does such a function exist?
Thanks

Seriously?

Thanks for the reminder…