1
0
mirror of synced 2025-12-23 11:54:18 -05:00

Port handle-errors.js to TypeScript (#50596)

This commit is contained in:
Peter Bengtsson
2024-05-14 13:20:04 -04:00
committed by GitHub
parent f8dbc58e09
commit c95f90d5fd
3 changed files with 38 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ export type ExtendedRequest = Request & {
pagePath?: string
context?: {
currentCategory?: string
error?: Error
}
// Add more properties here as needed
}