effect-io-ai

Package: effect
Module: Schema

Schema.StructWithRest.DecodingServices

Union of the decoding service requirements of the base object schema and all rest record schemas.

Signature

type DecodingServices<S, Records> = Services<
    S,
    Records,
    "DecodingServices"
  >

Source

Since v4.0.0