import { type ValidationValueMessage } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts";
Type Parameters
optional
TValidationValue extends ValidationValue = ValidationValuedefinition: { value: TValidationValue; message: Message; }