type alias GlobalErrorimport { type GlobalError } from "https://deno.land/x/netzo@0.4.72/deps/react-hook-form.ts"; definition: Partial<{ type: string | number; message: string; }>