import { type StandardSuccessResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/standard.ts";
The result interface if validation succeeds.
Properties
readonly
value: OutputThe typed output value.
x/valibot/src/types/standard.ts>StandardSuccessResult
import { type StandardSuccessResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/standard.ts";
The result interface if validation succeeds.
The typed output value.