Package: effect
Module: Schema
Computes the input type accepted when constructing a StructWithRest value by
intersecting the base object’s make input with the make inputs of all rest
record schemas.
Signature
type MakeIn<S, Records> = Intersect<S, Records, "~type.make">
Since v4.0.0