Skip to content

Commit 4b7af80

Browse files
committed
test: fix typing
1 parent b4b5c2d commit 4b7af80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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';
232232
import { ErrorFromResponse } from './types';

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)