type alias ParseParamsRe-exportimport { type ParseParams } from "https://deno.land/x/zod@v3.17.3/external.ts"; definition: { path: (string | number)[]; errorMap: ZodErrorMap; async: boolean; }