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 3414e6f commit 3aae4ebCopy full SHA for 3aae4eb
1 file changed
packages/types/src/clerk.ts
@@ -681,7 +681,7 @@ export type SetActiveParams = {
681
session?: ActiveSessionResource | string | null;
682
683
/**
684
- * The organization resource or organization id (string version) to be set as active in the current session.
+ * The organization resource or organization ID/slug (string version) to be set as active in the current session.
685
* If `null`, the currently active organization is removed as active.
686
*/
687
organization?: OrganizationResource | string | null;
0 commit comments