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