OptionaldefaultThe default value if the environment variable is not set.
OptionalenumsAn array of allowed values for enum types.
OptionalformatThe format of the environment variable if it's a string. Can be 'url', 'host', or 'email'.
OptionaloptionalWhether the environment variable is optional.
OptionalprotocolWhether a protocol is required for URLs.
OptionalseparatorThe separator for parsing array or object values (default is ',').
OptionaltldWhether a top-level domain is required for URLs or emails.
OptionaltypeThe type of the environment variable. Can be 'number', 'boolean', 'array', 'object', 'json', 'enum', 'email', 'host', 'url', or 'string'.
Options for retrieving environment variables.