Files
sct-overseerr/server/interfaces/api/userSettingsInterfaces.ts
2021-02-18 11:38:24 +09:00

5 lines
109 B
TypeScript

export interface UserSettingsNotificationsResponse {
enableNotifications: boolean;
discordId?: string;
}