Skip to content

Commit 03f3732

Browse files
authored
Merge pull request #1788 from eaglexboy/patch-1
Added support for 425 Too Early
2 parents 9c6e2b2 + cca51f3 commit 03f3732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/runtime/src/interfaces/response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ export type HttpStatusCodeLiteral =
4444
| 422
4545
| 423
4646
| 424
47+
| 425
4748
| 426
4849
| 428
4950
| 429

0 commit comments

Comments
 (0)