Package: effect
Module: Schema
Computes the decoded type for StructWithRest by intersecting the base object
schema’s decoded Type with the decoded types of all rest record schemas.
Signature
type Type<S, Records> = Intersect<S, Records, "Type">
Since v3.10.0