Skip to content

Commit

Permalink
[auto-generated] Update structure file for main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 77188e2 commit 900bf8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions structure/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ export type AddonBadgesGetUserBadgeByHashWSResponse = {
dateissued: number; // Date issued.
dateexpire: number; // Date expire.
visible?: number; // Visible.
recipientid: number; // Id of the awarded user.
recipientfullname: string; // Full name of the awarded user.
email?: string; // User email.
version?: string; // Version.
language?: string; // Language.
Expand Down Expand Up @@ -194,6 +196,8 @@ export type AddonBadgesGetUserBadgesWSResponse = {
dateissued: number; // Date issued.
dateexpire: number; // Date expire.
visible?: number; // Visible.
recipientid: number; // Id of the awarded user.
recipientfullname: string; // Full name of the awarded user.
email?: string; // User email.
version?: string; // Version.
language?: string; // Language.
Expand Down

0 comments on commit 900bf8a

Please sign in to comment.