interface StrictTupleIssue implements BaseIssue<unknown>Re-exportimport { type StrictTupleIssue } from "https://deno.land/x/valibot@v1.0.0-beta.4/src/index.ts"; Strict tuple issue type. Propertiesreadonlykind: "schema"The issue kind. readonlytype: "strict_tuple"The issue type. readonlyexpected: "Array" | "never"The expected property.