mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Merge branch 'dev' of https://github.com/umami-software/umami into bug/um-191-fix-redis-auth-misc-bug
This commit is contained in:
commit
3325df0d84
8 changed files with 90 additions and 14 deletions
|
|
@ -1,4 +1,9 @@
|
|||
import { NextApiRequest } from 'next';
|
||||
import { ROLES } from './constants';
|
||||
|
||||
type ObjectValues<T> = T[keyof T];
|
||||
|
||||
export type Roles = ObjectValues<typeof ROLES>;
|
||||
|
||||
export interface Auth {
|
||||
user?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue