mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2026-07-25 11:01:55 +00:00
Typecsript global override adding planetId to express Request object
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
export {};
|
||||
|
||||
declare global {
|
||||
namespace Express {
|
||||
export interface Request {
|
||||
planetId?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user