pub type Name = Atom;
A custom property name is just an Atom.
Atom
Note that this does not include the -- prefix
--
struct Name { /* private fields */ }