Skip to main content
Module

x/valibot/mod.ts>PipeActionIssue

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

Pipe action issue type.

definition: { context: PipeActionContext; reference: Function; input: unknown; label: string; received?: string; path?: IssuePath; }