HttpStatus:
    | HttpInformationalStatus
    | HttpSuccessStatus
    | HttpRedirectStatus
    | HttpErrorStatus

Union of all HTTP status codes (1xx through 5xx). Provides autocompletion for well-known status codes while accepting any string.

IMPORT_PATH: "@daiso-tech/core/http-router/contracts"