effect-io-ai

Package: effect
Module: Request

Request.tagged

Constructs a new Request.

Signature

declare const tagged: <R extends Request<any, any> & { _tag: string; }>(tag: R["_tag"]) => Request.Constructor<R, "_tag">

Source

Since v2.0.0