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