import { type CheckItemsActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/checkItems/index.ts";
Check items action async type.
Type Parameters
TInput extends ArrayInput
TMessage extends ErrorMessage<CheckItemsIssue<TInput>> | undefined
Properties
readonly
requirement: ArrayRequirementAsync<TInput>The validation function.
readonly
message: TMessageThe error message.