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