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