We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa40203 commit 38263deCopy full SHA for 38263de
src/types.ts
@@ -147,6 +147,7 @@ export type AppSettingsAPIResponse = APIResponse & {
147
grants?: Record<string, string[]>;
148
image_moderation_enabled?: boolean;
149
image_upload_config?: FileUploadConfig;
150
+ moderation_webhook_url?: string;
151
multi_tenant_enabled?: boolean;
152
name?: string;
153
organization?: string;
0 commit comments