API reference › @evolu/common › Type › Int64Error
Defined in: packages/common/src/Type.ts:5093
Error returned when a bigint is outside the signed 64-bit Int64 range.
Extends
TypeError<"Int64">
Properties
type
readonly type: "Int64";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: bigint;
Defined in: packages/common/src/Type.ts:5094