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