effect-io-ai

Package: effect
Module: Request

Request.RequestPrototype

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>

Source

Since v4.0.0