Skip to content

Commit b86e714

Browse files
chrishelgertwdavidw
authored andcommitted
fix(types): 502 is missing _NAME, _MESSAGE, _CLASS
1 parent c3ee7f8 commit b86e714

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,9 +314,9 @@ declare namespace httpStatus {
314314
readonly 'NOT_IMPLEMENTED': number;
315315

316316
readonly '502': string;
317-
readonly '_NAME': string;
318-
readonly '_MESSAGE': string;
319-
readonly '_CLASS': string;
317+
readonly '502_NAME': string;
318+
readonly '502_MESSAGE': string;
319+
readonly '502_CLASS': string;
320320
readonly 'BAD_GATEWAY': number;
321321

322322
readonly '503': string;

0 commit comments

Comments
 (0)