Package: effect Module: Schema
effect
Schema
Union of all decoding service requirements needed by the schemas in a struct field map.
Signature
type DecodingServices<F> = { readonly [K in keyof F]: F[K]["DecodingServices"] }[keyof F]
Source
Since v4.0.0