interface RawCheckAction implements BaseValidation<TInput, TInput, RawCheckIssue<TInput>>import { type RawCheckAction } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/index.ts"; Raw check action type. Type ParametersTInputPropertiesreadonlytype: "raw_check"The action type. readonlyreference: rawCheckThe action reference. readonlyexpects: nullThe expected property.