effect-io-ai

Package: effect
Module: Schema

Schema.StructWithRest.EncodingServices

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

Signature

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

Source

Since v4.0.0