type alias z.RawCreateParamsimport { type z } from "https://dotland.deno.dev/x/zod@v3.23.7/index.ts"; const { RawCreateParams } = z; definition: { errorMap?: ZodErrorMap; invalid_type_error?: string; required_error?: string; message?: string; description?: string; } | undefined