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 02ee92a commit c83f9f3Copy full SHA for c83f9f3
packages/kit/types/index.d.ts
@@ -2721,7 +2721,7 @@ declare module '@sveltejs/kit' {
2721
class Redirect_1 {
2722
2723
constructor(status: 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308, location: string);
2724
- status: 300 | 301 | 302 | 303 | 304 | 305 | 306 | 307 | 308;
+ status: 301 | 302 | 303 | 307 | 308 | 300 | 304 | 305 | 306;
2725
location: string;
2726
}
2727
0 commit comments