const info = type({ name: "string>0", email: "email" })
Are there any compelling reasons to switch apart from the difference in syntax?
const info = type({ name: "string>0", email: "email" })