API reference › @evolu/common › Type › NonNegativeDecimalStringError
Defined in: packages/common/src/Type.ts:7032
Error returned when nonNegativeDecimalString rejects a decimal string.
Extends
TypeError<"NonNegativeDecimalString">
Properties
type
readonly type: "NonNegativeDecimalString";
Defined in: packages/common/src/Type.ts:870
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:7033