interface PromiseIssue implements BaseIssue<unknown>import { type PromiseIssue } from "https://deno.land/x/valibot@v1.0.0-beta.1-i18n/src/index.ts"; Promise issue type. Propertiesreadonlykind: "schema"The issue kind. readonlytype: "promise"The issue type. readonlyexpected: "Promise"The expected property.