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