mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
Merge branch 'main' of https://github.com/fosrl/pangolin
This commit is contained in:
commit
ce07c3a57e
57 changed files with 2604 additions and 2104 deletions
|
@ -85,8 +85,9 @@ declare global {
|
|||
namespace Express {
|
||||
interface Request {
|
||||
user?: User;
|
||||
userOrgRole?: string;
|
||||
userOrgs?: number[];
|
||||
userOrgRoleId?: number;
|
||||
userOrgId?: number;
|
||||
userOrgIds?: number[];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue