We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c926ee1 + d98727e commit cbab21eCopy full SHA for cbab21e
2 files changed
.changeset/warm-doors-type.md
@@ -0,0 +1,5 @@
1
+---
2
+"@clerk/shared": patch
3
4
+
5
+Add missing `username` property to `PublicUserData` interface
packages/shared/src/types/session.ts
@@ -326,6 +326,7 @@ export interface PublicUserData {
326
hasImage: boolean;
327
identifier: string;
328
userId?: string;
329
+ username?: string;
330
}
331
332
/**
0 commit comments