Package: effect Module: Schema
effect
Schema
Union of the decoding service requirements of a record’s key schema and value schema.
Signature
type DecodingServices<Key, Value> = | Key["DecodingServices"] | Value["DecodingServices"]
Source
Since v4.0.0