Skip to content

Commit 421b103

Browse files
committed
fix: Update export
1 parent 839f66c commit 421b103

File tree

1 file changed

+2
-1
lines changed
  • packages/backend/src/api/resources

1 file changed

+2
-1
lines changed

packages/backend/src/api/resources/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ export type {
1414
OrganizationInvitationStatus,
1515
OrganizationMembershipRole,
1616
SignInStatus,
17-
SignUpStatus,
1817
} from './Enums';
1918

19+
export type { SignUpStatus } from '@clerk/types';
20+
2021
export * from './ExternalAccount';
2122
export * from './IdentificationLink';
2223
export * from './Invitation';

0 commit comments

Comments
 (0)