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