type alias SetPathItemRe-exportimport { type SetPathItem } from "https://deno.land/x/valibot@v0.19.0/src/schemas/set/index.ts"; Set path item type. definition: { schema: "set"; input: Set<any>; key: number; value: any; }