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