API reference / @evolu/common / Evolu/Internal / InferEvoluSchemaError
Type Alias: InferEvoluSchemaError<S>
type InferEvoluSchemaError<S> = {
[Table in keyof S]: InferMutationTypeErrors<S[Table]>;
}[keyof S];
Defined in: packages/common/src/Evolu/Schema.ts:396
Type Parameters
Type Parameter |
---|
S extends EvoluSchema |