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: OutputThe typed output value.
import { type StandardSuccessResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/index.ts";
The result interface if validation succeeds.
The typed output value.