We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39070f commit 55c92b7Copy full SHA for 55c92b7
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "elysia",
3
"description": "Ergonomic Framework for Human",
4
- "version": "1.0.0-rc.14",
+ "version": "1.0.0-rc.15",
5
"author": {
6
"name": "saltyAom",
7
"url": "https://github.com/SaltyAom",
src/context.ts
@@ -51,7 +51,7 @@ export type Context<
51
headers: Record<string, string> & {
52
'Set-Cookie'?: string | string[]
53
}
54
- status?: number | keyof InvertedStatusMap
+ status?: number | keyof StatusMap
55
redirect?: string
56
/**
57
* ! Internal Property
0 commit comments