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