We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f719a48 commit 5deaa8bCopy full SHA for 5deaa8b
packages/js/src/types/formbricks.ts
@@ -42,8 +42,8 @@ export interface TFormbricks {
42
setLanguage: (language: string) => Promise<void>;
43
44
/**
45
- * @description Sets the user ID of the user.
46
- * @param userId - The user ID of the user.
+ * @description Sets the user ID.
+ * @param userId - The user ID to set.
47
*/
48
setUserId: (userId: string) => Promise<void>;
49
0 commit comments