1
0
mirror of https://github.com/fallenbagel/jellyseerr.git synced 2026-01-11 09:06:55 -05:00
Files
jellyseerr/server/interfaces/api/userSettingsInterfaces.ts

11 lines
228 B
TypeScript

export interface UserSettingsGeneralResponse {
username?: string;
region?: string;
originalLanguage?: string;
}
export interface UserSettingsNotificationsResponse {
enableNotifications: boolean;
discordId?: string;
}