sparse-intern-71089
08/16/2022, 2:10 PMsteep-toddler-94095
08/17/2022, 4:46 AM.then
callback function, e.g.
export const domainSecretGetValue = domainSecretGet.then(domainSecretGet => {
console.log(domainSecretGet.properties.value)
return domainSecretGet.properties.value
})