feat: add extend router helper (#8263)
This commit is contained in:
@@ -60,7 +60,7 @@ export type ParserConfigArgs = {
|
||||
preserveRawBody?: boolean
|
||||
}
|
||||
|
||||
type ParserConfig = false | ParserConfigArgs
|
||||
export type ParserConfig = false | ParserConfigArgs
|
||||
|
||||
export type MiddlewareRoute = {
|
||||
method?: MiddlewareVerb | MiddlewareVerb[]
|
||||
|
||||
Reference in New Issue
Block a user