API reference › @evolu/common › Type › IntFromStringError
Defined in: packages/common/src/Type.ts:8034
Error returned when a string is not a decimal integer.
Extends
TypeError<"IntFromString">
Properties
type
readonly type: "IntFromString";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:8035