Front: Pretty and Lint (#225)
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
interface UserSettings {
|
||||
notifications: {
|
||||
pushNotif: boolean,
|
||||
emailNotif: boolean,
|
||||
trainNotif: boolean,
|
||||
newSongNotif: boolean
|
||||
},
|
||||
weeklyReport: boolean,
|
||||
leaderBoard: boolean,
|
||||
showActivity: boolean,
|
||||
recommendations: boolean
|
||||
pushNotif: boolean;
|
||||
emailNotif: boolean;
|
||||
trainNotif: boolean;
|
||||
newSongNotif: boolean;
|
||||
};
|
||||
weeklyReport: boolean;
|
||||
leaderBoard: boolean;
|
||||
showActivity: boolean;
|
||||
recommendations: boolean;
|
||||
}
|
||||
|
||||
export default UserSettings
|
||||
export default UserSettings;
|
||||
|
||||
Reference in New Issue
Block a user