Skip to content

Type Alias: UpdateInput<S>

UpdateInput<S> = { [K in keyof S]?: FieldType<S[K]> }

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

Input accepted by update(): every field optional (partial patch).

Type Parameters

S

S extends SchemaDef

Released under the MIT License.