API reference › @evolu/common › Type › NegativeDecimalStringError
Defined in: packages/common/src/Type.ts:7204
Error returned when negativeDecimalString rejects a decimal string.
Extends
TypeError<"NegativeDecimalString">
Properties
type
readonly type: "NegativeDecimalString";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:7205