Skip to content

TaggedRequest

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:5015

Since

3.10.0

Extends

  • Request<SuccessType, FailureType>.SerializableWithResult<A, I, R, SuccessType, SuccessEncoded, FailureType, FailureEncoded, ResultR>

Type Parameters

Tag extends string

A

I

R

SuccessType

SuccessEncoded

FailureType

FailureEncoded

ResultR

Properties

_tag

readonly _tag: Tag

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:5016


[RequestTypeId]

readonly [RequestTypeId]: object

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Request.d.ts:41

_A

readonly _A: Covariant<SuccessType>

_E

readonly _E: Covariant<FailureType>

Inherited from

Request.Request.[RequestTypeId]


[symbolSerializable]

readonly [symbolSerializable]: Schema<A, I, R>

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:4749

Inherited from

SerializableWithResult.[symbolSerializable]


[symbolWithResult]

readonly [symbolWithResult]: object

Defined in: node_modules/.pnpm/effect@3.14.8/node_modules/effect/dist/dts/Schema.d.ts:4822

failure

readonly failure: Schema<FailureType, FailureEncoded, ResultR>

success

readonly success: Schema<SuccessType, SuccessEncoded, ResultR>

Inherited from

SerializableWithResult.[symbolWithResult]