API Reference / @evolu/common / Evolu/Internal / InferMutationTypeErrors
Type Alias: InferMutationTypeErrors<T>
type InferMutationTypeErrors<T> =
| InferColumnErrors<T, "insert">
| InferColumnErrors<T, "update">
| InferColumnErrors<T, "upsert">;
Defined in: packages/common/src/Evolu/Schema.ts:403
Type Parameters
Type Parameter |
---|
T extends Record <string , AnyType > |