We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BaseResource
1 parent 36e43cc commit 8734ef5Copy full SHA for 8734ef5
.changeset/whole-dancers-pay.md
@@ -0,0 +1,2 @@
1
+---
2
packages/clerk-js/src/core/resources/internal.ts
@@ -1,5 +1,7 @@
export type { Clerk } from '../clerk';
+// Ordering matters. If you change the order of `Base` you will be fired !! jk
3
export * from './Base';
4
+// -------
5
export * from './UserSettings';
6
export * from './CommerceSettings';
7
export * from './AuthConfig';
@@ -40,6 +42,6 @@ export * from './TOTP';
40
42
export * from './User';
41
43
export * from './UserOrganizationInvitation';
44
export * from './Verification';
-export * from './Web3Wallet';
45
+export * from './Web3Wallet';
46
export * from './Waitlist';
47
export * from './APIKey';
0 commit comments