type alias RequestMethodRe-exportimport { type RequestMethod } from "https://deno.land/x/discordeno@17.0.1/plugins/cache/deps.ts"; definition: | "GET" | "POST" | "PUT" | "DELETE" | "PATCH"