interface NanoIDIssue implements BaseIssue<TInput>import { type NanoIDIssue } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/mod.ts"; Nano ID issue type. Type ParametersTInput extends stringPropertiesreadonlykind: "validation"The issue kind. readonlytype: "nanoid"The issue type. readonlyexpected: nullThe expected property. readonlyreceived: stringThe received property. readonlyrequirement: RegExpThe Nano ID regex.