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
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).
S extends SchemaDef