interface NonNullishIssue implements BaseIssue<unknown>Re-exportimport { type NonNullishIssue } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/index.ts"; Non nullish issue type. Propertiesreadonlykind: "schema"The issue kind. readonlytype: "non_nullish"The issue type. readonlyexpected: "(!null & !undefined)"The expected property.