type alias SetValueConfigimport { type SetValueConfig } from "https://deno.land/x/netzo@0.5.63/deps/react-hook-form.ts"; definition: Partial<{ shouldValidate: boolean; shouldDirty: boolean; shouldTouch: boolean; }>