Light Logo
JavaScript SDK (v0.49.0)Reference

Variable

Represents a variable

Interface: Variable

Represents a variable

Properties

created_at

created_at: string

The timestamp when the variable was created.


key

key: string

The unique key that identifies the variable.


secret

secret: boolean

Indicates whether this variable is a secret.


updated_at

updated_at: null | string

The timestamp when the variable was last updated.


value

value: string

The value of the variable. This is an empty string if the variable is a secret.