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