Skip to main content
Module

x/valibot/src/actions/findItem/findItem.ts>FindItemAction

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface FindItemAction
implements BaseTransformation<TInput, TInput[number] | undefined, never>
import { type FindItemAction } from "https://deno.land/x/valibot@v0.36.0/src/actions/findItem/findItem.ts";

Find item action type.

Properties

readonly
type: "find_item"

The action type.

readonly
reference: findItem

The action reference.

readonly
operation: ArrayRequirement<TInput>

The find item operation.