interface SomeValidation implements BaseValidation<TInput>import { type SomeValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; Some validation type. Type ParametersTInput extends any[]Propertiestype: "some"The validation type. requirement: (element: TInput[number],index: number,array: TInput[number][],) => booleanThe validation function.