Package: effect
Module: Schema
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">
Since v4.0.0