Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/actions/checkItems/checkItemsAsync.ts>CheckItemsActionAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface CheckItemsActionAsync
import { type CheckItemsActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/checkItems/checkItemsAsync.ts";

Check items action async type.

Type Parameters

TInput extends ArrayInput
TMessage extends ErrorMessage<CheckItemsIssue<TInput>> | undefined

Properties

readonly
type: "check_items"

The action type.

readonly
reference: checkItemsAsync

The action reference.

readonly
expects: null

The expected property.

readonly
requirement: ArrayRequirementAsync<TInput>

The validation function.

readonly
message: TMessage

The error message.