feat: add extend router helper (#8263)

This commit is contained in:
Harminder Virk
2024-07-24 16:53:04 +05:30
committed by GitHub
parent 75ec53e45a
commit a356d12ac4
4 changed files with 152 additions and 1 deletions
@@ -60,7 +60,7 @@ export type ParserConfigArgs = {
preserveRawBody?: boolean
}
type ParserConfig = false | ParserConfigArgs
export type ParserConfig = false | ParserConfigArgs
export type MiddlewareRoute = {
method?: MiddlewareVerb | MiddlewareVerb[]