Cloud API Overview > @adpt/cloud > EnvPairs
EnvPairs type
A set of environment variables for a Container, expressed as an array of objects with name
and value
properties.
Signature:
export declare type EnvPairs = EnvPair[];
Remarks
See the Docker API Reference for more information.