Skip to content

Commit

Permalink
chore(clerk-js,types): Document SetActiveParams type to include slug …
Browse files Browse the repository at this point in the history
…when setting active org
  • Loading branch information
wobsoriano committed Jul 29, 2024
1 parent 3414e6f commit 3aae4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/clerk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ export type SetActiveParams = {
session?: ActiveSessionResource | string | null;

/**
* 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.
* If `null`, the currently active organization is removed as active.
*/
organization?: OrganizationResource | string | null;
Expand Down

0 comments on commit 3aae4eb

Please sign in to comment.