Skip to main content
Module

x/valibot/mod.ts>PipeActionResult

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias PipeActionResult
import { type PipeActionResult } from "https://deno.land/x/valibot@v0.28.1/mod.ts";

Pipe action result type.

definition: ValidActionResult<TOutput> | InvalidActionResult