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