import { fetchVeridaUri } from'@verida/helpers'constcontext=client.openContext('Verida: Vault')try {constrow=fetchVeridaUri(uri, context)console.log('Fetched row')console.log(row)} catch (err) {// May throw document not found if it doesn't exist// or no permission to accessconsole.log(err)}