declare enum EABBRESTMethods {
    DELETE = "DELETE",
    GET = "GET",
    POST = "POST",
    PUT = "PUT"
}
export default EABBRESTMethods;
