type alias PipeActionIssueimport { 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; }