interface ParseResultimport { type ParseResult } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; Propertiesstatus: "aborted" | "dirty" | "valid"data: any