Skip to main content
Latest
type alias PutRoutes
import { type PutRoutes } from "https://deno.land/x/revoltio_rest@v1.1.3/src/types/routes.ts";
definition: Extract<Routes, { method: "PUT"; }>