interface ReadonlyAction implements BaseTransformation<TInput, Readonly<TInput>, never>Re-exportimport { type ReadonlyAction } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts"; Readonly action type. Type ParametersTInputPropertiesreadonlytype: "readonly"The action type. readonlyreference: readonlyThe action reference.