Skip to content

Commit

Permalink
change type guide details
Browse files Browse the repository at this point in the history
  • Loading branch information
nkdengineer committed Dec 10, 2024
1 parent 89d9f58 commit bbb44e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/onyx/Account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ type Account = {
guideDetails?: {
/** The email of the guide details */
email: string;
/** Datetime stamp if the user is already onboard */
wonTimestamp: string;
/** The calendar link of the guide details */
calendarLink: string;
};
};

Expand Down

0 comments on commit bbb44e6

Please sign in to comment.