API reference / @evolu/common / Type / GreaterThanOrEqualToError
Interface: GreaterThanOrEqualToError<Min>
Defined in: packages/common/src/Type.ts:1960
Extends
TypeError<"GreaterThanOrEqualTo">
Type Parameters
| Type Parameter | Default type |
|---|---|
Min extends number | number |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
min | readonly | Min | - | - | packages/common/src/Type.ts:1962 |
type | readonly | "GreaterThanOrEqualTo" | - | TypeError.type | packages/common/src/Type.ts:392 |
value | readonly | unknown | The value that was received and caused the error. Provides additional context for debugging and validation feedback. | TypeError.value | packages/common/src/Type.ts:398 |