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