Add onboarding settings

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-06-11 10:58:23 +02:00
parent 412206c2e7
commit 6094e90f28
9 changed files with 213 additions and 16 deletions

View File

@@ -28,8 +28,8 @@ export enum INotificationPendingParticipationEnum {
export interface IUserSettings {
timezone: string;
notificationOnDay: string;
notificationEachWeek: string;
notificationBeforeEvent: string;
notificationOnDay: boolean;
notificationEachWeek: boolean;
notificationBeforeEvent: boolean;
notificationPendingParticipation: INotificationPendingParticipationEnum;
}