effect-io-ai

Package: effect
Module: Schema

Schema.StructWithRest.Encoded

Computes the encoded type for StructWithRest by intersecting the base object schema’s encoded type with the encoded types of all rest record schemas.

Signature

type Encoded<S, Records> = Intersect<S, Records, "Encoded">

Source

Since v3.10.0