Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>OctalAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface OctalAction
import { type OctalAction } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Octal action type.

Type Parameters

TInput extends string
TMessage extends ErrorMessage<OctalIssue<TInput>> | undefined

Properties

readonly
type: "octal"

The action type.

readonly
reference: octal

The action reference.

readonly
expects: null

The expected property.

readonly
requirement: RegExp

The octal regex.

readonly
message: TMessage

The error message.