# Constants
Development is a constant defining the development environment.
Production is a constant defining the production environment.
Staging is a constant defining the staging environment.
# Variables
ErrUnknownEnv is an error returned when the environment is unknown.
# Type aliases
Type is a type of environment (production or development).