Cloud API Overview > @adpt/cloud > EnvPair
EnvPair interface
A single environment variable for a Container, expressed as an object with name
and value
properties.
Signature:
export interface EnvPair
Properties
Property | Type | Description |
---|---|---|
name | string | |
value | string |