API reference › @evolu/common › Type › GreaterThanError
Defined in: packages/common/src/Type.ts:2170
Extends
TypeError<"GreaterThan">
Properties
min
readonly min: Min;
Defined in: packages/common/src/Type.ts:2173
type
readonly type: "GreaterThan";
Defined in: packages/common/src/Type.ts:485
Inherited from
value
readonly value: unknown;
Defined in: packages/common/src/Type.ts:491
The value that was received and caused the error. Provides additional context for debugging and validation feedback.