API reference › @evolu/common › Type › Int64StringError
Defined in: packages/common/src/Type.ts:4100
Extends
TypeError<"Int64String">
Properties
type
readonly type: "Int64String";
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.