Skip to content

Commit

Permalink
feat: add interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Mar 25, 2022
1 parent 605104b commit 81ce5f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/IContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface UserMetadata {
full_name: string;
iss: string;
name: string;
nome: string;
picture: string;
provider_id: string;
ocupacao: string;
Expand Down

0 comments on commit 81ce5f0

Please sign in to comment.