Skip to content

Commit b4b5c2d

Browse files
committed
test: fix typing
1 parent 8b783b7 commit b4b5c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +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>;
152153
moderation_enabled?: boolean;
153154
moderation_multitenant_blocklist_enabled?: boolean;
154155
moderation_webhook_url?: string;

0 commit comments

Comments
 (0)