interface LiteralIssue implements BaseIssue<unknown>import { type LiteralIssue } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts"; Literal issue type. Propertiesreadonlykind: "schema"The issue kind. readonlytype: "literal"The issue type. readonlyexpected: stringThe expected property.