Package: effect
Module: Request
Prototype used by Effect’s request constructors.
Details
This low-level value provides the structural request marker for values
created by Request.of, Request.tagged, Request.Class, and
Request.TaggedClass. Most users should use those constructors instead of
interacting with the prototype directly.
Signature
declare const RequestPrototype: Request<any, any, any>
Since v4.0.0