API reference / @evolu/common / Type / BigIntFromStringError

Interface: BigIntFromStringError

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

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
typereadonly"BigIntFromString"-TypeError.typepackages/common/src/Type.ts:245
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.TypeError.valuepackages/common/src/Type.ts:251

Was this page helpful?