feat: Implement even more endpoints
This commit is contained in:
8
backend/src/types/express.ts
Normal file
8
backend/src/types/express.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Request } from "express";
|
||||
|
||||
import { Db } from "mongodb";
|
||||
|
||||
export type LRequest = Request & {
|
||||
db: Db;
|
||||
token: string;
|
||||
};
|
||||
Reference in New Issue
Block a user