Skip to content

Commit

Permalink
Add role property to SessionModel interface in useOxySession hook
Browse files Browse the repository at this point in the history
  • Loading branch information
NateIsern committed Nov 15, 2024
1 parent dfa51ac commit 40674fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/useOxySession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ interface SessionModel {
verified: boolean;
avatar: string;
created_at: string;
role: string;
};
}

Expand Down

0 comments on commit 40674fa

Please sign in to comment.