Skip to main content
Module

x/valibot/src/types/index.ts>MaybeReadonly

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias MaybeReadonly
Re-export
import { type MaybeReadonly } from "https://deno.land/x/valibot@v0.37.0/src/types/index.ts";

Constructs a type that is maybe readonly.

definition: TValue | Readonly<TValue>