simple role management
This commit is contained in:
8
src/app/services/user/user.ts
Normal file
8
src/app/services/user/user.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import {ChordMode} from '../../widget-modules/components/song-text/song-text.component';
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
name: string;
|
||||
role: 'admin';
|
||||
chordMode: ChordMode
|
||||
}
|
||||
Reference in New Issue
Block a user