Port handle-errors.js to TypeScript (#50596)
This commit is contained in:
@@ -8,6 +8,7 @@ export type ExtendedRequest = Request & {
|
||||
pagePath?: string
|
||||
context?: {
|
||||
currentCategory?: string
|
||||
error?: Error
|
||||
}
|
||||
// Add more properties here as needed
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user