Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/hono/validator/validator.ts>ValidateResult

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
type alias ValidateResult
import { type ValidateResult } from "https://deno.land/x/hono@v3.0.0-rc.14/validator/validator.ts";
definition: { isValid: boolean; message: string | undefined; target: Target | "unknown"; key: string | null; value: Type | null; ruleName: string; ruleType: "type" | "value"; jsonData?: JSONObject; }