pub type UserId = u64;
User identifier type.
You can use in your own code any ID type you want that convertible into u64.