@@ -25,6 +25,7 @@ export interface IUserSettings {
|
||||
notificationBeforeEvent?: boolean;
|
||||
notificationPendingParticipation?: INotificationPendingEnum;
|
||||
notificationPendingMembership?: INotificationPendingEnum;
|
||||
groupNotifications?: INotificationPendingEnum;
|
||||
location?: IUserPreferredLocation;
|
||||
}
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ export enum INotificationPendingEnum {
|
||||
DIRECT = "DIRECT",
|
||||
ONE_DAY = "ONE_DAY",
|
||||
ONE_HOUR = "ONE_HOUR",
|
||||
ONE_WEEK = "ONE_WEEK",
|
||||
}
|
||||
|
||||
export enum IAuthProvider {
|
||||
|
||||
Reference in New Issue
Block a user