mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0119f7bcde
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