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.
SessionTask
1 parent 0bdd0df commit e404456Copy full SHA for e404456
.changeset/cyan-hoops-bow.md
@@ -0,0 +1,5 @@
1
+---
2
+'@clerk/types': patch
3
4
+
5
+Update JSDocs for `SessionTask` to align with Clerk documentation
packages/types/src/session.ts
@@ -327,12 +327,11 @@ export interface PublicUserData {
327
}
328
329
/**
330
- * Represents a required action that a user must complete
331
- * before their session becomes fully active
+ * Represents the current pending task of a session.
332
*/
333
export interface SessionTask {
334
335
- * The unique identifier for the type of task that needs to be completed
+ * A unique identifier for the task
336
337
key: 'select-organization';
338
0 commit comments