API reference › @evolu/common › Type › GreaterThanOrEqualToError
Defined in: packages/common/src/Type.ts:2227
Extends
TypeError<"GreaterThanOrEqualTo">
Properties
min
readonly min: Min;
Defined in: packages/common/src/Type.ts:2230
type
readonly type: "GreaterThanOrEqualTo";
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.