API reference@evolu/commonType › Int64Error

Defined in: packages/common/src/Type.ts:4071

Extends

Properties

type

readonly type: "Int64";

Defined in: packages/common/src/Type.ts:485

Inherited from

TypeError.type


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.

Inherited from

TypeError.value