From 497220c9b32acbb9e8a4efc7a24e9eafbce06e71 Mon Sep 17 00:00:00 2001 From: nhannah Date: Tue, 20 Apr 2021 09:43:21 -0600 Subject: [PATCH] update type for enforce_unique_usernames --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index d5cdaa0cf..c23a87db3 100644 --- a/src/types.ts +++ b/src/types.ts @@ -83,7 +83,7 @@ export type AppSettingsAPIResponse< custom_action_handler_url?: string; disable_auth_checks?: boolean; disable_permissions_checks?: boolean; - enforce_unique_usernames?: string; + enforce_unique_usernames?: 'no' | 'app' | 'team'; file_upload_config?: FileUploadConfig; image_moderation_enabled?: boolean; image_upload_config?: FileUploadConfig;