effect-io-ai

Package: effect
Module: Schema

Schema.Record.DecodingServices

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