We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03477e commit d98727eCopy full SHA for d98727e
.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