EnvironmentVariable type Signature: export type EnvironmentVariable = { name: string; value: string; }; typescriptCopied! DockerContainer EphemeralHostPort