const MethodsENUM = { GET: "GET", POST: "POST", PUT: "PUT", DELETE: "DELETE", } export default MethodsENUM;