UNPKG

@trophyso/node

Version:
9 lines (8 loc) 218 B
import type * as TrophyApi from "../index"; /** * A user's preferences. */ export interface UserPreferencesResponse { notifications: TrophyApi.NotificationPreferences; streak?: TrophyApi.StreakPreferences; }