API reference › @evolu/common › Type › PositiveDecimalStringError
Defined in: packages/common/src/Type.ts:8537
Error returned when positiveDecimalString rejects a decimal string.
Extends
TypeError<"PositiveDecimalString">
Properties
type
readonly type: "PositiveDecimalString";
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:8538