# Variables
ALL_ROLES is a list of all roles for use in the application.
AUTHORS_GROUP is a list of Author and Admin roles for use in the application.
EDITORS_GROUP is a list of Editor and Admin roles for use in the application.
USERS is a list of User and Admin roles for use in the application.
# Type aliases
Role represents a user role in the system.