interface TrimAction implements BaseTransformation<string, string, never>import { type TrimAction } from "https://deno.land/x/valibot@v0.35.0/src/index.ts"; Trim action type. Propertiesreadonlytype: "trim"The action type. readonlyreference: trimThe action reference.