package consts import ( "leafdev.top/Leaf/leaf-library-3/internal/pkg/user" ) const ( RoleSuperAdmin user.Role = "super-admin" )