type alias RequestMethodTypeimport { type RequestMethodType } from "https://deno.land/x/storagee@1.3.0/src/lib/fetch.ts"; definition: | "GET" | "POST" | "PUT" | "DELETE"