type alias RequestMethodsRe-exportimport { type RequestMethods } from "https://deno.land/x/harmony@v2.6.0/src/rest/mod.ts"; definition: | "get" | "post" | "put" | "patch" | "head" | "delete"