res.result is not part of the response type of the workflow run .start()
Workflows
const workflow = mastra.getWorkflow('someWorkflowId')const run = await mastra.createRun()const res = await run.start()return res.result // result is not a property
const workflow = mastra.getWorkflow('someWorkflowId')const run = await mastra.createRun()const res = await run.start()return res.result // result is not a property