sparse-intern-71089
11/06/2018, 10:24 PMstocky-spoon-28903
11/06/2018, 10:35 PMconst mySA = await gcp.serviceAccount.getAccount(…);
// now mySA is a GetAccountResult instead of a Promise<GetAccountResult>
stocky-spoon-28903
11/06/2018, 10:36 PMawait
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