Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/types/index.ts>StandardSuccessResult

The modular and type safe schema library for validating structural data 🤖
Go to Latest
interface StandardSuccessResult
import { type StandardSuccessResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/index.ts";

The result interface if validation succeeds.

Properties

readonly
value: Output

The typed output value.

readonly
optional
issues: undefined

The non-existent issues.