import { type Yielded } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/types.ts";
Unwrap the type of an Operation
.
Analogous to the built in Awaited
type.
Yielded<Operation> === T
Type Parameters
T extends Operation<unknown>
import { type Yielded } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/types.ts";
Unwrap the type of an Operation
.
Analogous to the built in Awaited
type.
Yielded<Operation> === T