Skip to content

DataFromSelf

DataFromSelf<S, A, I>(value): DataFromSelf<S>

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

Type and Encoded must extend Readonly<Record<string, any>> | ReadonlyArray<any> to be compatible with this API.

Type Parameters

S extends Any

A extends readonly unknown[] | Readonly<Record<string, unknown>>

I extends readonly unknown[] | Readonly<Record<string, unknown>>

Parameters

value

S & Schema<A & Type<S>, I & Encoded<S>, Context<S>>

Returns

DataFromSelf<S>

Since

3.10.0