Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/validatte/types.ts>ValidateFunctionOptions

A Savory Class validator for Deno
Latest
type alias ValidateFunctionOptions
import { type ValidateFunctionOptions } from "https://deno.land/x/validatte@0.7.5/types.ts";
definition: { errorMessage?: string; constraints?: any[]; }