Skip to content

Commit 1c91373

Browse files
committed
chore: Add/update JSDoc
1 parent 1596486 commit 1c91373

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

packages/backend/src/api/resources/JSON.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,9 @@ export interface UserJSON extends ClerkResourceJSON {
606606
create_organizations_limit: number | null;
607607
delete_self_enabled: boolean;
608608
legal_accepted_at: number | null;
609+
/**
610+
* The locale of the user in BCP-47 format.
611+
*/
609612
locale: string | null;
610613
}
611614

packages/backend/src/api/resources/User.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ export class User {
146146
readonly legalAcceptedAt: number | null,
147147

148148
/**
149-
* The locale of the user.
149+
* The locale of the user in BCP-47 format.
150150
*/
151151
readonly locale: string | null,
152152
) {}

0 commit comments

Comments
 (0)