type alias RequestMethodsimport { type RequestMethods } from "https://deno.land/x/harmony@v2.8.0/src/rest/types.ts"; definition: | "get" | "post" | "put" | "patch" | "head" | "delete"