import { type PipeActionIssue } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
Pipe action issue type.
definition: { context: PipeActionContext; reference: Function; input: unknown; label: string; received?: string; path?: IssuePath; }