type alias RawCreateParamsimport { type RawCreateParams } from "https://dotland.deno.dev/x/zod@v3.20/types.ts"; definition: { errorMap?: ZodErrorMap; invalid_type_error?: string; required_error?: string; description?: string; } | undefined