We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3381 commit 368ab3cCopy full SHA for 368ab3c
packages/runtime/src/helpers/types.ts
@@ -26,7 +26,7 @@ export interface I18n {
26
locales: string[]
27
}
28
29
-export interface Redirect extends NextRedirect {
+export type Redirect = NextRedirect & {
30
regex: string
31
internal?: boolean
32
0 commit comments