5 lines
109 B
TypeScript
5 lines
109 B
TypeScript
export interface UserSettingsNotificationsResponse {
|
|
enableNotifications: boolean;
|
|
discordId?: string;
|
|
}
|