mirror of
https://github.com/seerr-team/seerr.git
synced 2026-02-07 14:12:59 -05:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export interface UserSettingsNotificationsResponse {
|
|
enableNotifications: boolean;
|
|
discordId?: string;
|
|
}
|