mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02: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