type alias SafeParseSuccessimport { type SafeParseSuccess } from "https://deno.land/x/zod@v3.23.7/mod.ts"; Type ParametersOutputdefinition: { success: true; data: Output; error?: never; }