I suspect there is something missing in my argument, but I am attempting to call HttpStatusCode.Ok
from the Axios Enum. Here is how I have implemented it:
import { HttpStatusCode } from 'axios'
console.log(HttpStatusCode.Ok)
However, I encounter a strange error message stating
Cannot read properties of undefined (reading 'Ok')