Type alias AniListUserOptions

AniListUserOptions: {
    activityMergeTime: number;
    airingNotifications: boolean;
    disabledListActivity: AniListListActivityOption[];
    displayAdultContent: boolean;
    notificationsOptions: AniListNotificationOption[];
    profileColor: string;
    restrictMessagesToFollowing: boolean;
    staffNameLanguage: AniListStaffNameLanguage;
    timezone: string;
    titleLanguage: AniListTitleLanguage;
}

Type declaration

Generated using TypeDoc