Skip to content

Commit c088dde

Browse files
authored
fix(shared): Export SignUpFutureAdditionalParams (#7593)
1 parent ab3dd16 commit c088dde

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/little-planes-tease.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@clerk/shared': patch
3+
---
4+
5+
Export SignUpFutureAdditionalParams type.

packages/shared/src/types/signUpFuture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { PhoneCodeChannel } from './phoneCodeChannel';
44
import type { SignUpField, SignUpIdentificationField, SignUpStatus } from './signUpCommon';
55
import type { Web3Strategy } from './strategies';
66

7-
interface SignUpFutureAdditionalParams {
7+
export interface SignUpFutureAdditionalParams {
88
/**
99
* The user's first name. Only supported if
1010
* [First and last name](https://clerk.com/docs/guides/configure/auth-strategies/sign-up-sign-in-options#user-model)

0 commit comments

Comments
 (0)