Skip to main content
The Deno 2 Release Candidate is here
Learn more
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"; }>