Skip to main content
Latest
type alias RequestMethod
Re-export
import { type RequestMethod } from "https://deno.land/x/discordeno@18.0.1/plugins/validations/deps.ts";
definition:
| "GET"
| "POST"
| "PUT"
| "DELETE"
| "PATCH"