import { type PartialCheckActionAsync } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/src/actions/index.ts";
Partial check action async type.
Type Parameters
TInput extends PartialInput
TMessage extends ErrorMessage<PartialCheckIssue<TSelection>> | undefined
Properties
readonly
pathList: TPathListThe selected paths.
readonly
requirement: (input: TSelection) => MaybePromise<boolean>The validation function.
readonly
message: TMessageThe error message.