mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 20:42:03 +02:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export interface UserSettingsNotificationsResponse {
|
|
enableNotifications: boolean;
|
|
discordId?: string;
|
|
}
|