Files
sct-overseerr/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;
}