Skip to content

Type Alias: InferEmbedded<S>

InferEmbedded<S> = CreateInput<S>

Defined in: src/schema/field-types.ts:87

The object shape of an embedded sub-schema. Mirrors CreateInput: required sub-fields are mandatory, defaulted/optional ones may be omitted.

Type Parameters

S

S extends SchemaDef

Released under the MIT License.