1
export type HttpVerb = "GET" | "POST" | "PUT" | "DELETE" | "PATCH";