export type HttpMethodsType = "GET" | "POST" | "PUT" | "PATCH" | "DELETE";