interface SetPathItemRe-exportimport { type SetPathItem } from "https://deno.land/x/valibot@v1.0.0-beta.2-to-json-schema/mod.ts"; Set path item type. Propertiesreadonlytype: "set"The path item type. readonlyorigin: "value"The path item origin. readonlyinput: Set<unknown>The path item input. readonlykey: nullThe path item key. readonlyvalue: unknownThe path item key.