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:399
Type Parameters
Type Parameter |
---|
S extends EvoluSchema |