import { type PipeAction } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Pipe action type.
definition: BaseValidation<TInput, TOutput, TIssue> | BaseTransformation<TInput, TOutput, TIssue>
x/valibot/src/index.ts>PipeAction
import { type PipeAction } from "https://deno.land/x/valibot@v0.35.0/src/index.ts";
Pipe action type.