import { type Endpoint } from "https://deno.land/x/http_wrapper@v0.5.0/types.ts";
definition: { uri: string; routes: { getRoutes: EndpointMap; postRoutes: EndpointMap; putRoutes: EndpointMap; deleteRoutes: EndpointMap; optionsRoutes: EndpointMap; headRoutes: EndpointMap; patchRoutes: EndpointMap; }; }