effect-io-ai

Package: effect
Module: Schema

Schema.Struct.MakeIn

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>

Source

Since v4.0.0