Skip to content

Commit 8fbc59c

Browse files
committed
Fix EnableEnvironmentSettingParams
1 parent 290d85c commit 8fbc59c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/src/types/devtools.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import type { ClerkResource } from './resource';
22

33
export type EnableEnvironmentSettingParams = {
44
enable_organizations: boolean;
5-
allow_personal_account: boolean;
5+
organizations_allow_personal_account: boolean;
66
};
77

88
/**

0 commit comments

Comments
 (0)