mirror of
https://github.com/KevinMidboe/planetposen-backend.git
synced 2026-07-29 13:02:26 +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