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