Package: effect
Module: Schema
Computes the input object type accepted when constructing a struct value.
Details
Required fields use each field schema’s ~type.make input. Fields marked
optional or with a constructor default may be omitted.
Signature
type MakeIn<F> = MakeInView<F>
Since v4.0.0