type alias z.ParseParamsRe-exportimport { type z } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; const { ParseParams } = z; definition: { path: (string | number)[]; errorMap: ZodErrorMap; async: boolean; }