API reference › @evolu/common › Type › Int64StringError
Defined in: packages/common/src/Type.ts:6236
Error returned when a string is not a canonical Int64String.
Extends
TypeError<"Int64String">
Properties
type
readonly type: "Int64String";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:6237