interface BicIssue implements BaseIssue<TInput>import { type BicIssue } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/actions/index.ts"; BIC issue type. Type ParametersTInput extends stringPropertiesreadonlykind: "validation"The issue kind. readonlytype: "bic"The issue type. readonlyexpected: nullThe expected property. readonlyreceived: `"${string}"`The received property. readonlyrequirement: RegExpThe BIC regex.