File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ export type UseSignInReturn =
131131 */
132132 signIn : undefined ;
133133 /**
134- * A function that sets the active session.
134+ * A function that sets the active session. See the [reference doc](https://clerk.com/docs/references/javascript/clerk#set-active).
135135 */
136136 setActive : undefined ;
137137 }
@@ -155,7 +155,7 @@ export type UseSignUpReturn =
155155 */
156156 signUp : undefined ;
157157 /**
158- * A function that sets the active session.
158+ * A function that sets the active session. See the [reference doc](https://clerk.com/docs/references/javascript/clerk#set-active).
159159 */
160160 setActive : undefined ;
161161 }
@@ -208,7 +208,7 @@ export type UseSessionListReturn =
208208 */
209209 sessions : undefined ;
210210 /**
211- * A function that sets the active session and/or organization.
211+ * A function that sets the active session and/or organization. See the [reference doc](https://clerk.com/docs/references/javascript/clerk#set-active).
212212 */
213213 setActive : undefined ;
214214 }
You can’t perform that action at this time.
0 commit comments