Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias OpenboxRouteMethod
import { type OpenboxRouteMethod } from "https://deno.land/x/openbox@1.1.8/types/spec.ts";
definition:
| "get"
| "post"
| "put"
| "delete"
| "patch"