GeneratorResumeNext import { GeneratorResumeNext } from "destack:async"; Continue the body with one sent value. export struct GeneratorResumeNext { kind: "next"; value: N | undefined; } language/library/src/async/generator.ds:65:71 Members kind: "next" The request tag. value: N | undefined Value sent into the body.