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

x/valibot/mod.ts>MultipleOfAction

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

Multiple of action type.

Type Parameters

TInput extends number
TRequirement extends number
TMessage extends ErrorMessage<MultipleOfIssue<TInput, TRequirement>> | undefined

Properties

readonly
type: "multiple_of"

The action type.

readonly
reference: multipleOf

The action reference.

readonly
expects: `%${TRequirement}`

The expected property.

readonly
requirement: TRequirement

The divisor.

readonly
message: TMessage

The error message.