effect-io-ai

Package: effect
Module: Schema

Schema.StructWithRest.Iso

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

Signature

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

Source

Since v4.0.0