sparse-intern-71089
10/23/2020, 6:16 AMred-lighter-44012
10/23/2020, 7:10 AMenvironment_variables: [ ... ]
kind-school-28825
10/23/2020, 8:40 AMkind-school-28825
10/23/2020, 8:44 AMenvironment_variables: {
"key1": "value1",
"key2": "value2",
}
I think you are confused by the value shape of environment_variables
in the docs which is using TypeScript {[key: string]: string}
as you can see it's an object, that it has a key with type of a string and a value of string as well.