Hyperlinkv0.8.0-beta.28

Request

Request.Anytypeeffect/Request.ts:69
Any

Alias for any Request, regardless of its success, error, or service requirements.

When to use

Use as a generic constraint for APIs that accept any request while preserving each concrete request's success, error, and service types.

Source effect/Request.ts:691 lines
export type Any = Request<any, any, any>
Referenced by 24 symbols