effect-io-ai

Package: effect
Module: Schema

Schema.Struct.DecodingServices

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