type alias ValidationFunctionimport { type ValidationFunction } from "https://dotland.deno.dev/x/hono@v3.9.0/validator/index.ts"; Type ParametersInputTypeOutputTypeoptionalE extends Env = { }optionalP extends string = stringdefinition: (value: InputType, c: Context<E, P>) => | OutputType | Response | Promise<OutputType> | Promise<Response>