API reference › @evolu/common › Type › IntError
Defined in: packages/common/src/Type.ts:6625
Error returned when int rejects a number that is not a safe integer.
Extends
TypeError<"Int">
Properties
type
readonly type: "Int";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: number;
Defined in: packages/common/src/Type.ts:6626