type alias errorUtil.ErrMessageimport { type errorUtil } from "https://deno.land/x/zod@v3.23.7/helpers/errorUtil.ts"; const { ErrMessage } = errorUtil; definition: string | { message?: string; }