enum HttpStatus { OK = 200, Created = 201, Accepted = 202, } export default HttpStatus;