interface RegexIssue implements BaseIssue<TInput>import { type RegexIssue } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/mod.ts"; Regex issue type. Type ParametersTInput extends stringPropertiesreadonlykind: "validation"The issue kind. readonlytype: "regex"The issue type. readonlyexpected: stringThe expected input. readonlyreceived: `"${string}"`The received input. readonlyrequirement: RegExpThe regex pattern.