Front: Indet fix
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
interface LocalSettings {
|
||||
deviceId: number,
|
||||
micVolume: number,
|
||||
colorScheme: 'light' | 'dark' | 'system',
|
||||
lang: 'fr' | 'en' | 'sp',
|
||||
difficulty: 'beg' | 'inter' | 'pro',
|
||||
colorBlind: boolean,
|
||||
micVolume: number,
|
||||
colorScheme: 'light' | 'dark' | 'system',
|
||||
lang: 'fr' | 'en' | 'sp',
|
||||
difficulty: 'beg' | 'inter' | 'pro',
|
||||
colorBlind: boolean,
|
||||
customAds: boolean,
|
||||
dataCollection: boolean
|
||||
}
|
||||
@@ -1,13 +1,13 @@
|
||||
interface UserSettings {
|
||||
notifications: {
|
||||
pushNotif: boolean,
|
||||
emailNotif: boolean,
|
||||
trainNotif: boolean,
|
||||
newSongNotif: boolean
|
||||
},
|
||||
weeklyReport: boolean,
|
||||
leaderBoard: boolean,
|
||||
showActivity: boolean,
|
||||
notifications: {
|
||||
pushNotif: boolean,
|
||||
emailNotif: boolean,
|
||||
trainNotif: boolean,
|
||||
newSongNotif: boolean
|
||||
},
|
||||
weeklyReport: boolean,
|
||||
leaderBoard: boolean,
|
||||
showActivity: boolean,
|
||||
recommendations: boolean
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user