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