import { type StandardResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/index.ts";
The result interface of the validate function.
definition: StandardSuccessResult<Output> | StandardFailureResult
import { type StandardResult } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/types/index.ts";
The result interface of the validate function.