fix list resources endpoint and more color tweaks

This commit is contained in:
Milo Schwartz 2024-10-17 00:29:18 -04:00
parent d19ef8f210
commit 1870432e77
6 changed files with 170 additions and 90 deletions

View file

@ -91,6 +91,7 @@ declare global {
interface Request {
user?: User;
userOrgRoleId?: number;
orgId?: string;
userOrgId?: string;
userOrgIds?: string[];
}