© 2026 Hedgehog Software, LLC
const invalidUser = { name: 5, age: -5 // Invalid: age is negative }; const result = userType.from(invalidUser as any);
error instanceof type.errors || error instanceof ArkErrors