function readonlyimport { readonly } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/readonly/index.ts"; readonly<TInput>(): ReadonlyAction<TInput>Creates a readonly transformation action. Type ParametersTInputReturnsReadonlyAction<TInput>A readonly action.