LogoRobo.js
Framework

EnvVariableStatus

Interface: EnvVariableStatus

Status of a single environment variable. Contains verification info without exposing actual values.

Properties

PropertyTypeDescription
emptybooleanWhether the value is an empty string
existsbooleanWhether the variable is defined in the environment
lengthnumberCharacter count of the value
pattern"valid" | "empty" | "missing" | "invalid"Validation status

On this page