interface HashValidation implements BaseValidation<TInput>import { type HashValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; Hash validation type. Type ParametersTInput extends stringPropertiestype: "hash"The validation type. requirement: RegExpThe hash regex.