Skip to main content
Latest
type alias RouteOptionsHasHandlerAndPath
import { type RouteOptionsHasHandlerAndPath } from "https://deno.land/x/pogo@v0.6.0/lib/router.ts";
definition: RouteOptions & Required<Pick<RouteOptions, "handler" | "path">>