interface NonOptionalIssue implements BaseIssue<unknown>Re-exportimport { type NonOptionalIssue } from "https://deno.land/x/valibot@v1.0.0-beta.7/src/index.ts"; Non optional issue type. Propertiesreadonlykind: "schema"The issue kind. readonlytype: "non_optional"The issue type. readonlyexpected: "!undefined"The expected property.