API reference / @evolu/common / Evolu/Internal / InferColumnErrors
Type Alias: InferColumnErrors<T, M>
type InferColumnErrors<T, M> = {
[Column in keyof MutationMapping<T, M>]: InferErrors<
MutationMapping<T, M>[Column]
>;
}[keyof MutationMapping<T, M>];
Defined in: packages/common/src/Evolu/Schema.ts:405
Type Parameters
Type Parameter |
---|
T extends Record <string , AnyType > |
M extends MutationKind |