API reference / @evolu/common / Type / MinLengthError

Interface: MinLengthError<Min>

Defined in: packages/common/src/Type.ts:1042

Extends

Type Parameters

Type ParameterDefault type
Min extends numbernumber

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
minreadonlyMin--packages/common/src/Type.ts:1044
typereadonly"MinLength"-TypeError.typepackages/common/src/Type.ts:244
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.TypeError.valuepackages/common/src/Type.ts:250

Was this page helpful?