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 f816dcd commit f5192bbCopy full SHA for f5192bb
src/types.d.ts
@@ -4,10 +4,3 @@ export type MiddlewareOptions = {
4
pathname?: string
5
users?: AuthCredentials
6
}
7
-
8
-export type ServerMiddlewareOptions = {
9
- realm?: string
10
- users?: AuthCredentials
11
- includePaths?: string[]
12
- excludePaths?: string[]
13
-}
0 commit comments