Skip to content

Commit

Permalink
update type for enforce_unique_usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
nhannah committed Apr 20, 2021
1 parent 04e055d commit 497220c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 497220c

Please sign in to comment.