mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
starred content
This commit is contained in:
parent
a920217959
commit
baa41f707d
19 changed files with 159 additions and 22 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface IRoles {
|
||||
guest: string,
|
||||
vk: string,
|
||||
admin: string,
|
||||
}
|
||||
|
||||
export interface IUser {
|
||||
|
@ -24,6 +25,7 @@ export interface IUser {
|
|||
export const ROLES: IRoles = {
|
||||
guest: 'guest',
|
||||
vk: 'vk',
|
||||
admin: 'admin',
|
||||
};
|
||||
|
||||
export const DEFAULT_USER: IUser = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue