Skip to main content
Module

x/valibot/src/actions/readonly/index.ts>ReadonlyAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface ReadonlyAction
implements BaseTransformation<TInput, Readonly<TInput>, never>
import { type ReadonlyAction } from "https://deno.land/x/valibot@v0.35.0/src/actions/readonly/index.ts";

Readonly action type.

Properties

readonly
type: "readonly"

The action type.

readonly
reference: readonly

The action reference.