mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-31 19:59:31 -05:00
5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export interface UserSettingsNotificationsResponse {
|
|
enableNotifications: boolean;
|
|
discordId?: string;
|
|
}
|