interface IntegerIssue implements BaseIssue<TInput>import { type IntegerIssue } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts"; Integer issue type. Type ParametersTInput extends numberPropertiesreadonlykind: "validation"The issue kind. readonlytype: "integer"The issue type. readonlyexpected: nullThe expected property. readonlyreceived: `${number}`The received property. readonlyrequirement: (input: number) => booleanThe validation function.