Livebeat is now able to send, store and show beats
This commit is contained in:
6
backend/lib/request.ts
Normal file
6
backend/lib/request.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Request } from "express";
|
||||
import { IUser } from "../models/user/user.interface";
|
||||
|
||||
export interface LivebeatRequest extends Request {
|
||||
user?: IUser
|
||||
}
|
||||
Reference in New Issue
Block a user