diff --git a/src/utils/http-status.ts b/src/utils/http-status.ts index 9a1c29af..6882394f 100644 --- a/src/utils/http-status.ts +++ b/src/utils/http-status.ts @@ -55,7 +55,7 @@ export type UnofficialStatusCode = -1 * @deprecated * Use `UnofficialStatusCode` instead. */ -export type UnOfficalStatusCode = -1 +export type UnOfficalStatusCode = UnofficialStatusCode /** * If you want to use an unofficial status, use `UnofficialStatusCode`. @@ -67,4 +67,3 @@ export type StatusCode = | ClientErrorStatusCode | ServerErrorStatusCode | UnofficialStatusCode - | UnOfficalStatusCode