Package: effect
Module: Schema
Type and Encoded must extend Readonly<Record<string, any>> |
ReadonlyArray<any> to be compatible with this API.
Signature
declare const Data: <S extends Schema.Any, A extends Readonly<Record<string, unknown>> | ReadonlyArray<unknown>, I extends Readonly<Record<string, unknown>> | ReadonlyArray<unknown>>(value: S & Schema<A & Schema.Type<S>, I & Schema.Encoded<S>, Schema.Context<S>>) => Data<S>
Since v3.10.0