ui enhancements and song state
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import {ChordMode} from '../../widget-modules/components/song-text/song-text.component';
|
||||
import {roles} from './roles';
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
name: string;
|
||||
role: string;
|
||||
role: roles;
|
||||
chordMode: ChordMode
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user