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.
1 parent 0c4909f commit 5376088Copy full SHA for 5376088
packages/shared/src/types/clerk.ts
@@ -696,6 +696,7 @@ export interface Clerk {
696
* When a session is loading, user and session will be undefined.
697
*
698
* @param callback - Callback function receiving the most updated Clerk resources after a change.
699
+ * @param options.skipInitialEmit - If true, the callback will not be called immediately after registration.
700
* @returns - Unsubscribe callback
701
*/
702
addListener: (callback: ListenerCallback, options?: ListenerOptions) => UnsubscribeCallback;
0 commit comments