Type Alias SuccessfulStatus

SuccessfulStatus:
    | typeof OK
    | typeof Created
    | typeof Accepted
    | typeof NonAuthoritativeInfo
    | typeof NoContent
    | typeof ResetContent
    | typeof PartialContent
    | typeof MultiStatus
    | typeof AlreadyReported
    | typeof IMUsed

An HTTP status that is a success (2XX).