Type Alias HttpStatusToCategory<Status>

HttpStatusToCategory: typeof httpStatusToCategory[Status]

A type that maps the given HttpStatus type parameter to its respective HttpStatusCategory.

Type Parameters