interface TrimEndAction implements BaseTransformation<string, string, never>import { type TrimEndAction } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts"; Trim end action type. Propertiesreadonlytype: "trim_end"The action type. readonlyreference: trimEndThe action reference.