effect-io-ai

Package: effect
Module: Schema

Schema.StructWithRest.MakeIn

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">

Source

Since v4.0.0