File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -220,13 +220,13 @@ import type {
220220 UpdatePollOptionAPIResponse ,
221221 UpdateReminderOptions ,
222222 UpdateSegmentData ,
223+ UpdateUsersAPIResponse ,
223224 UpsertPushPreferencesResponse ,
224225 UserCustomEvent ,
225226 UserFilters ,
226227 UserOptions ,
227228 UserResponse ,
228229 UserSort ,
229- UpdateUsersAPIResponse ,
230230 VoteSort ,
231231} from './types' ;
232232import { ErrorFromResponse } from './types' ;
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ export type AppSettingsAPIResponse = APIResponse & {
149149 guest_user_creation_disabled ?: boolean ;
150150 image_moderation_enabled ?: boolean ;
151151 image_upload_config ?: FileUploadConfig ;
152- moderation_dashboard_preferences ?: Record < string , unknown > ;
152+ moderation_dashboard_preferences ?: Record < string , unknown > | null ;
153153 moderation_enabled ?: boolean ;
154154 moderation_multitenant_blocklist_enabled ?: boolean ;
155155 moderation_webhook_url ?: string ;
You can’t perform that action at this time.
0 commit comments