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