incalculable-angle-91273
11/06/2018, 10:24 PM.email
property it says it does not exist. How do I resolve this?stocky-spoon-28903
11/06/2018, 10:35 PMconst mySA = await gcp.serviceAccount.getAccount(…);
// now mySA is a GetAccountResult instead of a Promise<GetAccountResult>
await
at the top level of a program, so you may need to wrap your entire program in an async function and call that.incalculable-angle-91273
11/06/2018, 11:11 PM