mirror of
https://github.com/sct/overseerr.git
synced 2025-12-30 17:49:17 +01:00
feat: user profile/settings pages (#958)
This commit is contained in:
4
server/interfaces/api/userSettingsInterfaces.ts
Normal file
4
server/interfaces/api/userSettingsInterfaces.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface UserSettingsNotificationsResponse {
|
||||
enableNotifications: boolean;
|
||||
discordId?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user