The Streams type is now complete, and the transform to Partial<Streams> is done in prepareViewCtx. This makes the user type easier to work with in generics (no need to Required it everywhere), and also makes it clear that there is (currently) no way to have an always-defined stream value.
The
Streams
type is now complete, and the transform toPartial<Streams>
is done inprepareViewCtx
. This makes the user type easier to work with in generics (no need toRequired
it everywhere), and also makes it clear that there is (currently) no way to have an always-defined stream value.