type alias NavigationResultimport { type NavigationResult } from "https://deno.land/x/frugal@0.9.0/src/runtime/session/Reason.ts"; definition: { success: false; reason: Reason; } | { success: true; }