mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
fix list resources endpoint and more color tweaks
This commit is contained in:
parent
3eca2ab08e
commit
d677d9c8ea
6 changed files with 170 additions and 90 deletions
|
@ -91,6 +91,7 @@ declare global {
|
|||
interface Request {
|
||||
user?: User;
|
||||
userOrgRoleId?: number;
|
||||
orgId?: string;
|
||||
userOrgId?: string;
|
||||
userOrgIds?: string[];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue