Skip to content

Commit 38263de

Browse files
committed
test: fix typing
1 parent aa40203 commit 38263de

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
@@ -147,6 +147,7 @@ export type AppSettingsAPIResponse = APIResponse & {
147147
grants?: Record<string, string[]>;
148148
image_moderation_enabled?: boolean;
149149
image_upload_config?: FileUploadConfig;
150+
moderation_webhook_url?: string;
150151
multi_tenant_enabled?: boolean;
151152
name?: string;
152153
organization?: string;

0 commit comments

Comments
 (0)