© 2026 Hedgehog Software, LLC
Effect.tap(x => { console.log(x.map(e => ({title: e.title.query, value: e.value}))); return Effect.unit; })
Effect.unit